summaryrefslogtreecommitdiff
path: root/audio/xmms-quix3dn
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-10-11 21:42:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-10-11 21:42:10 +0000
commita50e5176df951a07d7735d1e9c5ca29153596d78 (patch)
tree407d2ad8c6cd980f6444e6789e17cb216c1c111b /audio/xmms-quix3dn
parentFix the security issues with ICO and XPM loading as detailed at: (diff)
Register missing dependency on compat4x on 5.x and above
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118613
Diffstat (limited to 'audio/xmms-quix3dn')
-rw-r--r--audio/xmms-quix3dn/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-quix3dn/Makefile b/audio/xmms-quix3dn/Makefile
index 35ab481e9382..2d1615c43fb8 100644
--- a/audio/xmms-quix3dn/Makefile
+++ b/audio/xmms-quix3dn/Makefile
@@ -23,7 +23,13 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= lib/xmms/Effect/libquix3dn.so
+.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.mk>
+.include <bsd.port.post.mk>