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 /x11 | |
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 'x11')
-rw-r--r-- | x11/cinnamon-menus/Makefile | 2 | ||||
-rw-r--r-- | x11/gdm/Makefile | 2 | ||||
-rw-r--r-- | x11/gnome-menus/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/cinnamon-menus/Makefile b/x11/cinnamon-menus/Makefile index 4d21acebe..413c84b0e 100644 --- a/x11/cinnamon-menus/Makefile +++ b/x11/cinnamon-menus/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \ USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ python:2 tar:xz -USE_GNOME= gnomehier gnomemenus3 gnomeprefix gtk30 intlhack \ +USE_GNOME= gnomemenus3 gnomeprefix gtk30 intlhack \ introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 760931edc..cec52313b 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -39,7 +39,7 @@ USERS= gdm GROUPS= gdm USES= execinfo gettext gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= dconf gnomehier gnomeprefix intlhack introspection librsvg2 +USE_GNOME= dconf gnomeprefix intlhack introspection librsvg2 USE_LDCONFIG= yes USE_XORG= dmx dmxproto INSTALLS_ICONS= yes diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index d44f52ad3..4a5ca1891 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec USES= gettext gmake libtool pathfix pkgconfig python tar:xz -USE_GNOME= glib20 gnomehier gnomeprefix intlhack \ +USE_GNOME= glib20 gnomeprefix intlhack \ introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes |