diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-04 05:34:04 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-04 05:34:04 +0000 |
commit | 09a6aa43c05c17ea8d8b6e48ab993575d237e613 (patch) | |
tree | 3e85055c920b403c33e678d08e97f9eb7e5f9d7d | |
parent | 5cdcd7e679ac2a6254ffd957e2e16f5a419d90de (diff) | |
download | ports-09a6aa43c05c17ea8d8b6e48ab993575d237e613.tar.gz ports-09a6aa43c05c17ea8d8b6e48ab993575d237e613.zip |
Notes
-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 179f9ce4d145..b8302e6ca1ab 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 000000000000..514c4898bd12 --- /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 |