diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:31:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:31:33 +0800 |
commit | 834e21da3d78bade53f6940b62c4b1d11ff57062 (patch) | |
tree | 45355dccba19623f8780fff011f8b7e1a576c0e2 /net/asterisk13 | |
parent | 0b449150804dd839d3aec0f8dcde508b07c60a84 (diff) | |
download | freebsd-ports-gnome-834e21da3d78bade53f6940b62c4b1d11ff57062.tar.gz freebsd-ports-gnome-834e21da3d78bade53f6940b62c4b1d11ff57062.tar.zst freebsd-ports-gnome-834e21da3d78bade53f6940b62c4b1d11ff57062.zip |
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
Diffstat (limited to 'net/asterisk13')
-rw-r--r-- | net/asterisk13/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index 36159370cab0..a8513ecb9514 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -24,12 +24,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 |