diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-02-29 02:04:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2008-02-29 02:04:33 +0000 |
commit | 1b64a39ba4fdd124e9779d9d623be9846fe09d54 (patch) | |
tree | 282a08a52ddf3bbf015e90f4970c2d2f45aed11f /net/asterisk16-addons/Makefile | |
parent | 25ba94b5e1650f54f0fbd6431b39f30c568e0fa1 (diff) | |
download | ports-1b64a39ba4fdd124e9779d9d623be9846fe09d54.tar.gz ports-1b64a39ba4fdd124e9779d9d623be9846fe09d54.zip |
Notes
Diffstat (limited to 'net/asterisk16-addons/Makefile')
-rw-r--r-- | net/asterisk16-addons/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/asterisk16-addons/Makefile b/net/asterisk16-addons/Makefile index e39b6a79aa1b..58230e92fad2 100644 --- a/net/asterisk16-addons/Makefile +++ b/net/asterisk16-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 |