diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-18 04:19:41 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-18 04:19:41 +0800 |
commit | b2109fe167c2549e31eba2e9d3bfe535342b1a9a (patch) | |
tree | aab770738978e3ef5cb5f2a0b9c3ed00e6e2d209 /audio/xmms-osssurround | |
parent | cbfca6b67c359fd4b31d09dd0e38cd0810504dc3 (diff) | |
download | freebsd-ports-gnome-b2109fe167c2549e31eba2e9d3bfe535342b1a9a.tar.gz freebsd-ports-gnome-b2109fe167c2549e31eba2e9d3bfe535342b1a9a.tar.zst freebsd-ports-gnome-b2109fe167c2549e31eba2e9d3bfe535342b1a9a.zip |
Get rid of USE_X_PREFIX.
Diffstat (limited to 'audio/xmms-osssurround')
-rw-r--r-- | audio/xmms-osssurround/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms-osssurround/Makefile b/audio/xmms-osssurround/Makefile index 48ce9d1df30d..d6ec0879e32a 100644 --- a/audio/xmms-osssurround/Makefile +++ b/audio/xmms-osssurround/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-osssurround PORTVERSION= 0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xmms-a52dec @@ -19,7 +19,6 @@ COMMENT= OSSSuround adds Surround Sound capabilities to XMMS LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes -USE_X_PREFIX= yes CFLAGS+= -fPIC `xmms-config --cflags` BUILD_WRKSRC= ${WRKSRC}/OSSSurround-${PORTVERSION} |