summaryrefslogtreecommitdiffstats
path: root/audio/pd/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-08 02:58:41 +0000
committerkris <kris@FreeBSD.org>2004-02-08 02:58:41 +0000
commit994e1340aea0e9820fa452e88dde6f30db6aff99 (patch)
tree797292cd5077e4bb15fad519c28db7ad911cb436 /audio/pd/Makefile
parent3117560a12ee1a90accc05aed5696a60899f716b (diff)
downloadFreeBSD-ports-994e1340aea0e9820fa452e88dde6f30db6aff99.zip
FreeBSD-ports-994e1340aea0e9820fa452e88dde6f30db6aff99.tar.gz
BROKEN on 5.x: does not compile
Diffstat (limited to 'audio/pd/Makefile')
-rw-r--r--audio/pd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index 9cfb6aa..438d83c 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -31,6 +31,12 @@ USE_AUTOCONF= yes
WANT_AUTOCONF_VER= 257
WRKSRC= ${WRKDIR}/pd-0.37-1test1/src
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
pre-patch:
${RM} -f ${WRKSRC}/configure
@@ -87,4 +93,4 @@ do-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC}/../extra && ${PAX} -r -w * ${DATADIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud