diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-12 23:04:13 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-12 23:04:13 +0800 |
commit | 738c73d4f393111955200c69f6b08d76b0a7bff4 (patch) | |
tree | 72a05f284c83e31c4da19da24a556beb2f948ff7 /multimedia/xmms/Makefile | |
parent | 80733def9cd6fc0cf50f43bbe7cb895783b3f831 (diff) | |
download | freebsd-ports-gnome-738c73d4f393111955200c69f6b08d76b0a7bff4.tar.gz freebsd-ports-gnome-738c73d4f393111955200c69f6b08d76b0a7bff4.tar.zst freebsd-ports-gnome-738c73d4f393111955200c69f6b08d76b0a7bff4.zip |
Remove the libpanel dependency as part of phase II of the GNOME 1.4 desktop
removal.
Diffstat (limited to 'multimedia/xmms/Makefile')
-rw-r--r-- | multimedia/xmms/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index bf07c65eaaaa..66e4c334e5e8 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -69,19 +69,6 @@ CONFIGURE_ARGS+= --disable-esd PLIST_SUB+= ESDPLUGIN:="@comment " .endif -.if ${HAVE_GNOME:Mlibpanel}!="" -USE_GNOME+= libpanel gnomeprefix -.if defined(PKGNAMESUFFIX) -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gnome -.else -PKGNAMESUFFIX= -gnome -.endif -PLIST_SUB+= DATADIR="share/gnome" PANEL:="" -.else -CONFIGURE_ARGS+= --without-gnome -PLIST_SUB+= DATADIR="share" PANEL:="@comment " -.endif - .if ${MACHINE_ARCH} != "i386" WITHOUT_3DNOW= yes .endif |