diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-04-14 01:45:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-04-14 01:45:44 +0800 |
commit | 6eb79a4b383b73eecdcb7cc232db929fbe4a1d8d (patch) | |
tree | c0dd143ca8c0670a3699090c434c28a0791572cc /net | |
parent | abe81941f03103556d4d2a7b9e2a2a9ea5eac77c (diff) | |
download | freebsd-ports-gnome-6eb79a4b383b73eecdcb7cc232db929fbe4a1d8d.tar.gz freebsd-ports-gnome-6eb79a4b383b73eecdcb7cc232db929fbe4a1d8d.tar.zst freebsd-ports-gnome-6eb79a4b383b73eecdcb7cc232db929fbe4a1d8d.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 |