diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-22 15:28:13 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-22 15:28:13 +0000 |
commit | 18d363d34d93c0e40088390ac3d3379af2c00063 (patch) | |
tree | 60520221d32b228424d39b420b99fe6f4b78560f /databases/libgda4 | |
parent | 8a98f18e8608da7bcca9ab53bc5416daa6a613f3 (diff) | |
download | ports-18d363d34d93c0e40088390ac3d3379af2c00063.tar.gz ports-18d363d34d93c0e40088390ac3d3379af2c00063.zip |
Notes
Diffstat (limited to 'databases/libgda4')
-rw-r--r-- | databases/libgda4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile index ef2a0af42af5..2821f115797c 100644 --- a/databases/libgda4/Makefile +++ b/databases/libgda4/Makefile @@ -33,7 +33,10 @@ GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE=yes CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ - --enable-introspection=no + --enable-introspection=no \ + --without-gtksourceview \ + --without-goocanvas \ + --without-graphviz CPPFLAGS+= -I${LOCALBASE}/include LDDFLAGS+= -L${LOCALBASE}/lib |