diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 08:28:30 +0000 |
commit | 271e6cf2cacb4192b0f3d10602864b9cb428185a (patch) | |
tree | 49bfb670b8d3477caf9cafdd9b6cc01000e28752 /audio/pd | |
parent | 717f8aaf89276e9a6e95cea2171cc9724de50f2f (diff) | |
download | FreeBSD-ports-271e6cf2cacb4192b0f3d10602864b9cb428185a.zip FreeBSD-ports-271e6cf2cacb4192b0f3d10602864b9cb428185a.tar.gz |
BROKEN on !i386: Does not compile
Diffstat (limited to 'audio/pd')
-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 3ef1d77..9f46886 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -30,6 +30,12 @@ USE_X_PREFIX= yes USE_AUTOCONF_VER= 259 WRKSRC= ${WRKDIR}/pd-0.37-1test1/src +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + pre-patch: ${RM} -f ${WRKSRC}/configure @@ -86,4 +92,4 @@ do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC}/../extra && ${PAX} -r -w * ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |