aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk14-addons
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-02-29 02:04:33 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-02-29 02:04:33 +0000
commit1b64a39ba4fdd124e9779d9d623be9846fe09d54 (patch)
tree282a08a52ddf3bbf015e90f4970c2d2f45aed11f /net/asterisk14-addons
parent25ba94b5e1650f54f0fbd6431b39f30c568e0fa1 (diff)
downloadports-1b64a39ba4fdd124e9779d9d623be9846fe09d54.tar.gz
ports-1b64a39ba4fdd124e9779d9d623be9846fe09d54.zip
Notes
Diffstat (limited to 'net/asterisk14-addons')
-rw-r--r--net/asterisk14-addons/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/asterisk14-addons/Makefile b/net/asterisk14-addons/Makefile
index e39b6a79aa1b..58230e92fad2 100644
--- a/net/asterisk14-addons/Makefile
+++ b/net/asterisk14-addons/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk
OPTIONS= SAMPLE_CONFIG "Install sample configuration files" off
-ONLY_FOR_ARCHS= i386 amd64
+ONLY_FOR_ARCHS= i386 amd64 powerpc
USE_AUTOTOOLS= libtool:15
USE_MYSQL= yes
USE_GMAKE= yes
@@ -26,10 +26,6 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700000
-BROKEN= Does not build on 7-CURRENT
-.endif
-
.if defined(WITH_SAMPLE_CONFIG)
PLIST_SUB+= SAMPLE_CONFIG=""
.else