summaryrefslogtreecommitdiffstats
path: root/databases/libgda5
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-28 20:15:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-28 20:15:27 +0800
commit679f82ba5a2b417c7b9118d4072ce41bf89575aa (patch)
treed4a27818ffefc4937f1c1eabc3983d20e4c228ea /databases/libgda5
parent4156fd2f164a24cc4bc1785d8518a46ec76b0fb2 (diff)
downloadmarcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.gz
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.bz2
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.lz
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.xz
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.tar.zst
marcuscom-ports-679f82ba5a2b417c7b9118d4072ce41bf89575aa.zip
More syncs with ports, updating for new USES, bit of reshuffling to reduce
diffs with ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda5')
-rw-r--r--databases/libgda5/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 12f813523..d250eaec6 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -18,11 +18,9 @@ LIBGDA5_SLAVE?= no
.if !defined(REFERENCE_PORT)
-#BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
soup-2.4:${PORTSDIR}/devel/libsoup \
json-glib-1.0:${PORTSDIR}/devel/json-glib
-#RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
USE_AUTOTOOLS= libtool
USES= gettext pathfix pkgconfig
@@ -35,8 +33,8 @@ CONFIGURE_ARGS= --without-oracle \
--disable-crypto \
--disable-default-binary \
--disable-introspection
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>