diff options
author | kris <kris@FreeBSD.org> | 2004-02-08 10:58:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-08 10:58:41 +0800 |
commit | 994e1340aea0e9820fa452e88dde6f30db6aff99 (patch) | |
tree | 797292cd5077e4bb15fad519c28db7ad911cb436 /audio | |
parent | 3117560a12ee1a90accc05aed5696a60899f716b (diff) | |
download | freebsd-ports-gnome-994e1340aea0e9820fa452e88dde6f30db6aff99.tar.gz freebsd-ports-gnome-994e1340aea0e9820fa452e88dde6f30db6aff99.tar.zst freebsd-ports-gnome-994e1340aea0e9820fa452e88dde6f30db6aff99.zip |
BROKEN on 5.x: does not compile
Diffstat (limited to 'audio')
-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> |