diff options
author | kris <kris@FreeBSD.org> | 2004-08-17 18:33:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-17 18:33:38 +0800 |
commit | e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18 (patch) | |
tree | 58c834eb2dc4ec7ea72a30ac841b99ba24f13a77 /audio/pd | |
parent | 29a1c9e07a69aa31c4f80b385f389d327c16dc9a (diff) | |
download | freebsd-ports-gnome-e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18.tar.gz freebsd-ports-gnome-e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18.tar.zst freebsd-ports-gnome-e5a3f49a154e20aabe1001c0a6aff2a0cba5ae18.zip |
This now builds on 5.x, remove BROKEN tag.
Diffstat (limited to 'audio/pd')
-rw-r--r-- | audio/pd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 68d3b96855af..3ef1d77b2bab 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -30,12 +30,6 @@ USE_X_PREFIX= yes USE_AUTOCONF_VER= 259 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 @@ -92,4 +86,4 @@ do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC}/../extra && ${PAX} -r -w * ${DATADIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |