diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:33:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-17 10:33:38 +0000 |
commit | 5e7b1496eb301f819c4ef938a601fd8b598986ce (patch) | |
tree | f7a4afd70227a5f3f67dfc82bd928e6a8f8aed3d /audio/pd/Makefile | |
parent | This now builds on 5.x, so remove BROKEN. (diff) |
This now builds on 5.x, remove BROKEN tag.
Notes
Notes:
svn path=/head/; revision=116501
Diffstat (limited to '')
-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> |