diff options
author | bland <bland@FreeBSD.org> | 2003-11-04 05:34:04 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-04 05:34:04 +0000 |
commit | 24f3e162f132b61fb86305e3ac272d1926f3db05 (patch) | |
tree | ae934258c681298d097cfd882189e5269a3c34e8 /databases | |
parent | ae7056d273bf61e1d6fb2d194f7d700cbb20af4d (diff) | |
download | FreeBSD-ports-24f3e162f132b61fb86305e3ac272d1926f3db05.zip FreeBSD-ports-24f3e162f132b61fb86305e3ac272d1926f3db05.tar.gz |
Fix libgda dependency in installed .pc file.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgdamm/Makefile | 1 | ||||
-rw-r--r-- | databases/libgdamm/files/patch-libgda::libgdamm-2.0.pc.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 179f9ce..b8302e6 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgdamm PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 diff --git a/databases/libgdamm/files/patch-libgda::libgdamm-2.0.pc.in b/databases/libgdamm/files/patch-libgda::libgdamm-2.0.pc.in new file mode 100644 index 0000000..514c489 --- /dev/null +++ b/databases/libgdamm/files/patch-libgda::libgdamm-2.0.pc.in @@ -0,0 +1,11 @@ +--- libgda/libgdamm-2.0.pc.in.orig Tue Nov 4 14:25:13 2003 ++++ libgda/libgdamm-2.0.pc.in Tue Nov 4 14:25:28 2003 +@@ -5,7 +5,7 @@ + + Name: GTKmm + Description: C++ wrapper for libgda +-Requires: gtkmm-2.0 >= 1.3.1 libgda-2.0 >= 0.8.106 ++Requires: gtkmm-2.0 >= 1.3.1 libgda >= 0.8.106 + Version: @VERSION@ + Libs: -L${libdir} -ldamm-1.3 + Cflags: -I${includedir}/libgdamm-2.0 -I${libdir}/libgdamm-2.0/include |