diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:15:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:15:01 +0000 |
commit | 13fcaf3ba222367de80b232776c39f054ea88a90 (patch) | |
tree | c719ad9d3a8f9286945416f801a9686d8c7e826b /audio/xmms-quix3dn | |
parent | 4d5623ea35be1700ed738b3434c31b6e40943604 (diff) | |
download | ports-13fcaf3ba222367de80b232776c39f054ea88a90.tar.gz ports-13fcaf3ba222367de80b232776c39f054ea88a90.zip |
Notes
Diffstat (limited to 'audio/xmms-quix3dn')
-rw-r--r-- | audio/xmms-quix3dn/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/xmms-quix3dn/Makefile b/audio/xmms-quix3dn/Makefile index 458265e7d532..7d400ece2dd2 100644 --- a/audio/xmms-quix3dn/Makefile +++ b/audio/xmms-quix3dn/Makefile @@ -16,6 +16,7 @@ DISTNAME= quix3dn-${PORTVERSION}-freebsd MAINTAINER= ports@FreeBSD.org COMMENT= A 3D-sound effect plugin for XMMS +LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes @@ -24,13 +25,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= lib/xmms/Effect/libquix3dn.so ONLY_FOR_ARCHS= i386 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x -.endif - do-install: ${INSTALL_DATA} ${WRKSRC}/libquix3dn.so ${PREFIX}/lib/xmms/Effect/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |