aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk16/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2009-11-28 06:27:12 +0800
committersobomax <sobomax@FreeBSD.org>2009-11-28 06:27:12 +0800
commit29ae1722ca4556940808c55983d823ac20e7a982 (patch)
tree3961ff15c2bbba8d3f88d248c6ec8b5d5c004229 /net/asterisk16/Makefile
parent93781beaaa8b368ad10b34357833f99ec0f02bd3 (diff)
downloadfreebsd-ports-gnome-29ae1722ca4556940808c55983d823ac20e7a982.tar.gz
freebsd-ports-gnome-29ae1722ca4556940808c55983d823ac20e7a982.tar.zst
freebsd-ports-gnome-29ae1722ca4556940808c55983d823ac20e7a982.zip
Add missed cdr_sqlite3_custom.so. Bump PORTREVISION.
Reported by: pointyhat
Diffstat (limited to 'net/asterisk16/Makefile')
-rw-r--r--net/asterisk16/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile
index 23b45ef6a293..b7e52e65132b 100644
--- a/net/asterisk16/Makefile
+++ b/net/asterisk16/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asterisk
PORTVERSION= 1.6.0.18
+PORTREVISION= 1
PKGNAMESUFFIX= 16
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
@@ -158,7 +159,8 @@ LIB_DEPENDS+= iksemel.4:${PORTSDIR}/textproc/iksemel
.if !defined(WITH_SQLITE)
PLIST_SUB+= WITH_SQLITE="@comment "
-CONFIGURE_ARGS+= --without-sqlite
+CONFIGURE_ARGS+= --without-sqlite \
+ --with-sqlite3=no
.else
PLIST_SUB+= WITH_SQLITE=""
CONFIGURE_ARGS+= --with-sqlite