aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda4
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-03-01 04:24:43 +0800
committermarcus <marcus@FreeBSD.org>2009-03-01 04:24:43 +0800
commit9d8a179be37a63e352a5c51297ae939ccd2fbd60 (patch)
tree1eb65a00d67b11fc6e592841d8dd3983e78656d9 /databases/libgda4
parent691b8a2b8a75cbdbea2cf867a79296384ee38678 (diff)
downloadfreebsd-ports-gnome-9d8a179be37a63e352a5c51297ae939ccd2fbd60.tar.gz
freebsd-ports-gnome-9d8a179be37a63e352a5c51297ae939ccd2fbd60.tar.zst
freebsd-ports-gnome-9d8a179be37a63e352a5c51297ae939ccd2fbd60.zip
Add a missing dependency on json-glib.
Diffstat (limited to 'databases/libgda4')
-rw-r--r--databases/libgda4/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
index ef732926b085..d2990748788c 100644
--- a/databases/libgda4/Makefile
+++ b/databases/libgda4/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libgda4
PORTVERSION?= 3.99.12
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R}
@@ -24,7 +24,8 @@ LIBGDA4_SLAVE?= no
.if !defined(REFERENCE_PORT)
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
- soup-2.4.1:${PORTSDIR}/devel/libsoup
+ soup-2.4.1:${PORTSDIR}/devel/libsoup \
+ json-glib-1.0.0:${PORTSDIR}/devel/json-glib
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes