aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-06-13 10:02:25 +0800
committermarcus <marcus@FreeBSD.org>2002-06-13 10:02:25 +0800
commitdfc0a23d2c1f5ce501a2d13c30ed6b0a495a3c7c (patch)
tree2cbecaa9c2763bfd7e753775f3b18a139f5bdc20
parent5d9fcad6e9df74c303f0f6598a997b33121c2af3 (diff)
downloadfreebsd-ports-gnome-dfc0a23d2c1f5ce501a2d13c30ed6b0a495a3c7c.tar.gz
freebsd-ports-gnome-dfc0a23d2c1f5ce501a2d13c30ed6b0a495a3c7c.tar.zst
freebsd-ports-gnome-dfc0a23d2c1f5ce501a2d13c30ed6b0a495a3c7c.zip
Add missing dependency.
Reported by: Linh Pham <question@closedsrc.org>
-rw-r--r--databases/libgda2/Makefile3
-rw-r--r--databases/libgda3/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 31cd76e74c00..832cbb4baec2 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -15,7 +15,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
+ glib-2.0.0:${PORTSDIR}/devel/glib20 \
xslt.1:${PORTSDIR}/textproc/libxslt
USE_BZIP2= yes
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile
index 31cd76e74c00..832cbb4baec2 100644
--- a/databases/libgda3/Makefile
+++ b/databases/libgda3/Makefile
@@ -15,7 +15,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 \
+LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \
+ glib-2.0.0:${PORTSDIR}/devel/glib20 \
xslt.1:${PORTSDIR}/textproc/libxslt
USE_BZIP2= yes