aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-kj
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/xmms-kj
parentdc3212b51f2197d69610c79fa6ca1d992534d354 (diff)
downloadports-0d2b4572aec5eac4e93d96516329eef6f21a9dd3.tar.gz
ports-0d2b4572aec5eac4e93d96516329eef6f21a9dd3.zip
Notes
Diffstat (limited to 'audio/xmms-kj')
-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>