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 | |
parent | 61c998be01b585a11ce5be32573967b6bcd37dab (diff) | |
download | ports-5e7b1496eb301f819c4ef938a601fd8b598986ce.tar.gz ports-5e7b1496eb301f819c4ef938a601fd8b598986ce.zip |
Notes
-rw-r--r-- | audio/pd/Makefile | 8 | ||||
-rw-r--r-- | audio/rio/Makefile | 4 |
2 files changed, 1 insertions, 11 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> diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 02fa87830851..4da86fe51269 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -25,10 +25,6 @@ PLIST_FILES= bin/rio .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin |