diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 05:47:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 05:47:55 +0800 |
commit | 2338ce892fb9a47cbc04cd83b523a93aebdd38e0 (patch) | |
tree | bc11c3c365f54cf6cb3a2055ebbbca0d513dd1e4 /graphics | |
parent | 529b92e31852b42e6d4530c7553b3c9c108c8372 (diff) | |
download | marcuscom-ports-2338ce892fb9a47cbc04cd83b523a93aebdd38e0.tar marcuscom-ports-2338ce892fb9a47cbc04cd83b523a93aebdd38e0.tar.gz marcuscom-ports-2338ce892fb9a47cbc04cd83b523a93aebdd38e0.tar.bz2 marcuscom-ports-2338ce892fb9a47cbc04cd83b523a93aebdd38e0.tar.lz marcuscom-ports-2338ce892fb9a47cbc04cd83b523a93aebdd38e0.tar.xz marcuscom-ports-2338ce892fb9a47cbc04cd83b523a93aebdd38e0.tar.zst marcuscom-ports-2338ce892fb9a47cbc04cd83b523a93aebdd38e0.zip |
Drop gnomehier from gnome ports, keep it in b.g.m until we can clean the
ports tree after gnome 3 landed.
Since pkg itself tries to cleanup empty dirs we don't have to keep track
of them anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20031 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colord/Makefile | 2 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 2 | ||||
-rw-r--r-- | graphics/libchamplain/Makefile | 2 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index 0c2ba8aa7..10c349bd8 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -18,7 +18,7 @@ USERS= colord GROUPS= colord USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= gnomehier glib20 intlhack introspection:build +USE_GNOME= glib20 intlhack introspection:build USE_SQLITE= 3 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index ecab2e581..60a39e54b 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -14,7 +14,7 @@ COMMENT= Graphic library for GTK+ USE_XORG= xt xi x11 USES= gmake libtool pathfix pkgconfig tar:xz -USE_GNOME+= gnomehier glib20 introspection:build +USE_GNOME+= glib20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 85345d73a..502b2a43a 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome USES= gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= gtk30 gnomehier introspection:build +USE_GNOME= gtk30 introspection:build USE_GL= gl USE_SQLITE= 3 GNU_CONFIGURE= yes diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index ca77f0500..a5750ba86 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2 USES= gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= gnomehier gnomeprefix libgsf gtk20 introspection:build +USE_GNOME= gnomeprefix libgsf gtk20 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |