diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-25 16:13:38 +0000 |
| commit | 21bc5c0345300431d6e3edc6c43d743c61fc7b5e (patch) | |
| tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /databases/virtualpg | |
| parent | 5fe67ba9212540bea871dfec487d380ec3079f21 (diff) | |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Diffstat (limited to 'databases/virtualpg')
| -rw-r--r-- | databases/virtualpg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/virtualpg/Makefile b/databases/virtualpg/Makefile index 499a31ddeb9a..29667e99180e 100644 --- a/databases/virtualpg/Makefile +++ b/databases/virtualpg/Makefile @@ -13,8 +13,7 @@ LICENSE= MPL LGPL21 GPLv2 LICENSE_COMB= dual GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool pgsql -USE_SQLITE= yes +USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include |
