diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 17:45:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 17:45:44 +0000 |
commit | 6a0c248a84fe716f80bec7d732bb6ec2106ce9a3 (patch) | |
tree | d2f034ef2319c5f0967fde938e21fbbd4a14f99d /net | |
parent | cc5ef8716a1ad0b9417b3ebdbaeafcbfa3422307 (diff) | |
download | freebsd-ports-6a0c248a84fe716f80bec7d732bb6ec2106ce9a3.zip |
Remove d3adc0d3.
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk12/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index 4d92a22b3d10..02700bb0c64a 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/Makefile @@ -93,12 +93,6 @@ LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp PLIST_SUB+= WITH_FAX="" .endif -.if ${OSVERSION} >= 500036 -PLIST_SUB+= NEWGCC="" -.else -PLIST_SUB+= NEWGCC="@comment " -.endif - post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample |