summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-19 09:35:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-19 09:35:15 +0000
commit0d2b4572aec5eac4e93d96516329eef6f21a9dd3 (patch)
tree5c70546c65c47b83cf3ace8dced29c36592f301b /audio
parent- Update to version 14.39 (diff)
FORBIDDEN on 5.x: Does not respect PTHREAD_{CFLAGS,LIBS}
Notes
Notes: svn path=/head/; revision=101376
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms-kj/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-kj/Makefile b/audio/xmms-kj/Makefile
index 7ed8b26a6610..14ea7dc27a28 100644
--- a/audio/xmms-kj/Makefile
+++ b/audio/xmms-kj/Makefile
@@ -24,10 +24,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_GNOME= gtk12
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502102
+FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
+.endif
+
do-build:
cd ${WRKSRC} && make
do-install:
cd ${WRKSRC} && make install
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>