summaryrefslogtreecommitdiff
path: root/audio/pd/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-17 10:33:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-17 10:33:38 +0000
commit5e7b1496eb301f819c4ef938a601fd8b598986ce (patch)
treef7a4afd70227a5f3f67dfc82bd928e6a8f8aed3d /audio/pd/Makefile
parentThis 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/Makefile8
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>