summaryrefslogtreecommitdiffstats
path: root/databases/libgda5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda5/Makefile')
-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>