diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-08 02:58:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-08 02:58:41 +0000 |
commit | 70b8e9b7c7592a191c86f24a2c516a25a135f99d (patch) | |
tree | bcbd41e46dc70bebfe611171eb1f687f7b3f9d71 /audio/pd | |
parent | e9ab906fe5a353614c43693d075328998f78fc44 (diff) | |
download | ports-70b8e9b7c7592a191c86f24a2c516a25a135f99d.tar.gz ports-70b8e9b7c7592a191c86f24a2c516a25a135f99d.zip |
BROKEN on 5.x: does not compile
Notes
Notes:
svn path=/head/; revision=100331
Diffstat (limited to 'audio/pd')
-rw-r--r-- | audio/pd/Makefile | 8 |
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> |