diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:00:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:00:25 +0800 |
commit | 3b60a2283912e10784bfb12515d571380ef2b3b3 (patch) | |
tree | 979c426765d6827f0c49eb2f2e49f45ede385980 /audio/xmms-sapplug | |
parent | 935be96ee461d627a3b95fc160f351a86aac7748 (diff) | |
download | freebsd-ports-gnome-3b60a2283912e10784bfb12515d571380ef2b3b3.tar.gz freebsd-ports-gnome-3b60a2283912e10784bfb12515d571380ef2b3b3.tar.zst freebsd-ports-gnome-3b60a2283912e10784bfb12515d571380ef2b3b3.zip |
Get rid of USE_X_PREFIX.
Diffstat (limited to 'audio/xmms-sapplug')
-rw-r--r-- | audio/xmms-sapplug/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-sapplug/Makefile b/audio/xmms-sapplug/Makefile index e5208cd2b65d..36b393ad9551 100644 --- a/audio/xmms-sapplug/Makefile +++ b/audio/xmms-sapplug/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-sapplug DISTVERSION= 0.3f -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ \ @@ -20,7 +20,6 @@ COMMENT= XMMS input plugin for playing 8bit Atari(TM) .sap audio files BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= ${BUILD_DEPENDS} -USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= glib12 |