diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 15:00:25 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 15:00:25 +0000 |
commit | c1611cdcce057ef28a98d37339b729c084505557 (patch) | |
tree | 28de7160190d940f3ed89e7f860937908740d1e9 /audio/xmms-sapplug/Makefile | |
parent | - update to 0.7.9.2008.01.28 (diff) |
Get rid of USE_X_PREFIX.
Diffstat (limited to 'audio/xmms-sapplug/Makefile')
-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 |