diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:44:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:44:24 +0800 |
commit | 0f2a9b6ecbdee0bd14ef80ab490116598d0265b8 (patch) | |
tree | 4282c6f5d647c3c53fc4a55086aa5581631c9073 /mail/libmapi | |
parent | 39487845dd30dc81f9a12dcf597c8c75171c4096 (diff) | |
download | freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.tar.gz freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.tar.zst freebsd-ports-gnome-0f2a9b6ecbdee0bd14ef80ab490116598d0265b8.zip |
Convert categories m* and m* to USES=sqlite and USES=firebird
Diffstat (limited to 'mail/libmapi')
-rw-r--r-- | mail/libmapi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libmapi/Makefile b/mail/libmapi/Makefile index f43c01cfaf1a..8430472126c7 100644 --- a/mail/libmapi/Makefile +++ b/mail/libmapi/Makefile @@ -22,8 +22,8 @@ RUN_DEPENDS= ${SAMBA_DEP} CODENAME= QUADRANT DOWNLOADCODE= 244 -USE_SQLITE= 3 -USES= compiler:c++11-lib gmake pathfix pkgconfig python shebangfix +USES= compiler:c++11-lib gmake pathfix pkgconfig python shebangfix \ + sqlite USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |