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-ahx | |
parent | 7496d728dc827554ec79ff15733620e13029d11f (diff) | |
download | ports-c1611cdcce057ef28a98d37339b729c084505557.tar.gz ports-c1611cdcce057ef28a98d37339b729c084505557.zip |
Get rid of USE_X_PREFIX.
Notes
Notes:
svn path=/head/; revision=209209
Diffstat (limited to 'audio/xmms-ahx')
-rw-r--r-- | audio/xmms-ahx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile index 4675e40e6b7f..f80635d00a8a 100644 --- a/audio/xmms-ahx/Makefile +++ b/audio/xmms-ahx/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-ahx PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +21,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms PLIST_FILES= lib/xmms/Input/libahx.la \ lib/xmms/Input/libahx.so -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 |