aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-10-09 03:32:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-10-09 03:32:56 +0000
commitcaed5b4a05dcb8890cbdefc721be8506b6a79515 (patch)
tree33c014067b923c7c30987dafc2a656eb8ce2cb42 /net/asterisk/Makefile
parent70ee8460b596050adf4e672a3015a09f441b3128 (diff)
downloadports-caed5b4a05dcb8890cbdefc721be8506b6a79515.tar.gz
ports-caed5b4a05dcb8890cbdefc721be8506b6a79515.zip
Notes
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r--net/asterisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 2ac171904231..9c4cfad8fe20 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -159,9 +159,9 @@ LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite2
.if defined(WITH_CODEC_PATCH)
PATCHFILES= asterisk-1.4.11-codec-negotiation-20070831.diff.gz
PATCH_SITES= http://b2bua.org/chrome/site/
-EXTRA_PATCHES= ${PATCHDIR}/codecnego-patch-Makefile
+EXTRA_PATCHES+= ${PATCHDIR}/codecnego-patch-Makefile
.else
-EXTRA_PATCHES= ${PATCHDIR}/nocodecnego-patch-Makefile
+EXTRA_PATCHES+= ${PATCHDIR}/nocodecnego-patch-Makefile
.endif