aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2018-10-13 19:45:42 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-10-13 19:45:42 +0800
commit447bd5749d62f6d2084092bd242a0c58c058c751 (patch)
tree36cdaba2aab4c3ac1bd8ccf5b382be42a1071de0 /databases
parent2143e5adc6b670d39a490236865090686ba1cb35 (diff)
downloadfreebsd-ports-gnome-447bd5749d62f6d2084092bd242a0c58c058c751.tar.gz
freebsd-ports-gnome-447bd5749d62f6d2084092bd242a0c58c058c751.tar.zst
freebsd-ports-gnome-447bd5749d62f6d2084092bd242a0c58c058c751.zip
small libgda5 fixes.
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda5-ui/pkg-plist1
-rw-r--r--databases/libgda5/Makefile6
2 files changed, 4 insertions, 3 deletions
diff --git a/databases/libgda5-ui/pkg-plist b/databases/libgda5-ui/pkg-plist
index 8fbed31bf84f..a295968e96c7 100644
--- a/databases/libgda5-ui/pkg-plist
+++ b/databases/libgda5-ui/pkg-plist
@@ -75,7 +75,6 @@ share/gtk-doc/html/gda-browser/gda-browser-popup-container.html
share/gtk-doc/html/gda-browser/gda-browser.devhelp2
share/gtk-doc/html/gda-browser/home.png
share/gtk-doc/html/gda-browser/index.html
-share/gtk-doc/html/gda-browser/index.sgml
share/gtk-doc/html/gda-browser/left-insensitive.png
share/gtk-doc/html/gda-browser/left.png
share/gtk-doc/html/gda-browser/part_api.html
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile
index 6151d2c19dc9..a7fd333e74fc 100644
--- a/databases/libgda5/Makefile
+++ b/databases/libgda5/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= libsecret-1.so:security/libsecret \
libsoup-2.4.so:devel/libsoup \
USES+= gettext gmake gnome libtool localbase pathfix pkgconfig
-USE_GNOME= glib20 libxslt intlhack referencehack
+USE_GNOME= glib20 libxslt intlhack introspection:build referencehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
@@ -43,8 +43,10 @@ USE_GNOME+= libgda5
.endif
.if ${LIBGDA5_SLAVE}==ui
+LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
+ libgpg-error.so:security/libgpg-error
CONFIGURE_ARGS+=--with-ui
-USE_GNOME+= gtk30 gnomedocutils
+USE_GNOME+= cairo gtk30
INSTALLS_ICONS= yes
.else
CONFIGURE_ARGS+=--without-ui