diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-11-28 06:27:12 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-11-28 06:27:12 +0800 |
commit | 29ae1722ca4556940808c55983d823ac20e7a982 (patch) | |
tree | 3961ff15c2bbba8d3f88d248c6ec8b5d5c004229 /net/asterisk16/Makefile | |
parent | 93781beaaa8b368ad10b34357833f99ec0f02bd3 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |