- Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite headers)

- While here, verbosify build

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-09-04 15:01:28 +00:00
parent c4394b98d4
commit 4e42259eb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421341

View file

@ -22,7 +22,7 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libsoup-2.4.so:devel/libsoup \
libjson-glib-1.0.so:devel/json-glib
USES+= gettext gmake libtool pathfix pkgconfig
USES+= gettext gmake libtool localbase pathfix pkgconfig
USE_GNOME= glib20 libxslt intlhack referencehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@ -31,9 +31,8 @@ INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --without-oracle \
--disable-crypto \
--disable-default-binary \
--enable-introspection
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
--enable-introspection \
--disable-silent-rules
.include <bsd.port.options.mk>