aboutsummaryrefslogtreecommitdiff
path: root/audio/pd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-08 02:58:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-08 02:58:41 +0000
commit70b8e9b7c7592a191c86f24a2c516a25a135f99d (patch)
treebcbd41e46dc70bebfe611171eb1f687f7b3f9d71 /audio/pd
parente9ab906fe5a353614c43693d075328998f78fc44 (diff)
downloadports-70b8e9b7c7592a191c86f24a2c516a25a135f99d.tar.gz
ports-70b8e9b7c7592a191c86f24a2c516a25a135f99d.zip
Notes
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>