diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-12-04 16:22:14 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-12-04 16:22:14 +0000 |
commit | 3b7ddb958c1fb3e9a38416ed37158ed46928fdd8 (patch) | |
tree | 4e0c2f9c5e1f2de88f549a2c0c3f9e509b23de89 /audio/xmms-crossfade/Makefile | |
parent | 14c6803dca6edb74a21a6d72cbfb8b5625f437bd (diff) | |
download | ports-3b7ddb958c1fb3e9a38416ed37158ed46928fdd8.tar.gz ports-3b7ddb958c1fb3e9a38416ed37158ed46928fdd8.zip |
realy fix the build after importing new audacious
Notes
Notes:
svn path=/head/; revision=178835
Diffstat (limited to 'audio/xmms-crossfade/Makefile')
-rw-r--r-- | audio/xmms-crossfade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 0e26ad32e962..8814d48e8ce5 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -18,9 +18,11 @@ COMMENT= A Crossfading/Gapless Plugin LIB_DEPENDS?= xmms.4:${PORTSDIR}/multimedia/xmms USE_GCC= 3.4+ -USE_X_PREFIX= yes HAS_CONFIGURE= yes APP?= xmms +.if ${APP} != audacious +USE_X_PREFIX= yes +.endif PLUGDIR?= lib/${APP}/Output PORTDOCS= README PLIST_FILES= ${PLUGDIR}/libcrossfade.so |