diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
commit | af904205006e1bcaf40e96e91da887b0b98300d8 (patch) | |
tree | 45355dccba19623f8780fff011f8b7e1a576c0e2 /net/asterisk11 | |
parent | 553a47640510b57796e3127bb174d6e9fddf8e91 (diff) |
Notes
Diffstat (limited to 'net/asterisk11')
-rw-r--r-- | net/asterisk11/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index 2f1e2ea1d833..34a96045b68b 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -21,12 +21,11 @@ EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64 -USES= bison cpe gmake iconv localbase ncurses shebangfix +USES= bison cpe gmake iconv localbase ncurses shebangfix sqlite USE_CSTD= gnu89 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes -USE_SQLITE= 3 USE_RC_SUBR= asterisk GNU_CONFIGURE= yes |