aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda2
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 /databases/libgda2
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>
Diffstat (limited to 'databases/libgda2')
-rw-r--r--databases/libgda2/Makefile3
1 files changed, 2 insertions, 1 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