aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libgda2
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2003-11-01 11:25:01 +0800
committerbland <bland@FreeBSD.org>2003-11-01 11:25:01 +0800
commite7aff8540e43b6bf86d0877aaf9c77ca569964e5 (patch)
tree7231d57b4be600377668526298a98a6197140ffe /databases/libgda2
parente33c83d74b58e74272b5011771c112bc0babbc71 (diff)
downloadfreebsd-ports-gnome-e7aff8540e43b6bf86d0877aaf9c77ca569964e5.tar.gz
freebsd-ports-gnome-e7aff8540e43b6bf86d0877aaf9c77ca569964e5.tar.zst
freebsd-ports-gnome-e7aff8540e43b6bf86d0877aaf9c77ca569964e5.zip
Add missed gthread-2.0 and gmodule-2.0 pkgconfig dependencies.
This complete --libs list and fixes link failures in dependant ports.
Diffstat (limited to 'databases/libgda2')
-rw-r--r--databases/libgda2/Makefile1
-rw-r--r--databases/libgda2/files/patch-libgda.pc.in11
2 files changed, 12 insertions, 0 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 385866a207ca..29025f0cf29f 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgda2
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.0
diff --git a/databases/libgda2/files/patch-libgda.pc.in b/databases/libgda2/files/patch-libgda.pc.in
new file mode 100644
index 000000000000..f9bd3aaed056
--- /dev/null
+++ b/databases/libgda2/files/patch-libgda.pc.in
@@ -0,0 +1,11 @@
+--- libgda.pc.in.orig Fri Oct 31 21:59:33 2003
++++ libgda.pc.in Fri Oct 31 22:00:52 2003
+@@ -5,7 +5,7 @@
+
+ Name: libgda
+ Description: GDA (GNOME Data Access) library
+-Requires: glib-2.0 libxml-2.0 libxslt
++Requires: glib-2.0 gthread-2.0 gmodule-2.0 libxml-2.0 libxslt
+ Version: @VERSION@
+ Libs: -L${libdir} -lgda-2
+ Cflags: -I${includedir}