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 /audio | |
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 'audio')
-rw-r--r-- | audio/libcanberra/Makefile | 2 | ||||
-rw-r--r-- | audio/pulseaudio/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile index e6da1dace..928eb5f6d 100644 --- a/audio/libcanberra/Makefile +++ b/audio/libcanberra/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libltdl.so:${PORTSDIR}/devel/libltdl USES= gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= gnomehier gnomeprefix gtk20 +USE_GNOME= gnomeprefix gtk20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-lynx --disable-tdb --disable-alsa diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index eb38e5197..a6f27f67f 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libltdl.so:${PORTSDIR}/devel/libltdl \ libck-connector.so:${PORTSDIR}/sysutils/consolekit -USE_GNOME= glib20 gnomehier intltool +USE_GNOME= glib20 intltool USE_XORG= x11 sm xtst ice USE_LDCONFIG= yes USES= execinfo gettext gmake libtool pathfix \ |