aboutsummaryrefslogtreecommitdiff
path: root/audio/pd
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pd')
-rw-r--r--audio/pd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index 9cfb6aa03142..438d83cc1feb 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>