diff options
author | bland <bland@FreeBSD.org> | 2003-10-12 15:23:32 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-10-12 15:23:32 +0000 |
commit | e08a60b20417cc05295c9f7b5304b39e9125eaf3 (patch) | |
tree | 00f8267c9a87a8ba95b66e9220d63920eabc9ffd /x11/libgnomemm | |
parent | 62f80da99ccb959540e069fa6fc01a778e824693 (diff) | |
download | FreeBSD-ports-e08a60b20417cc05295c9f7b5304b39e9125eaf3.zip FreeBSD-ports-e08a60b20417cc05295c9f7b5304b39e9125eaf3.tar.gz |
Fix Libs: list in libgnomemm-2.0.pc file.
Diffstat (limited to 'x11/libgnomemm')
-rw-r--r-- | x11/libgnomemm/Makefile | 1 | ||||
-rw-r--r-- | x11/libgnomemm/files/patch-libgnome::libgnomemm-2.0.pc.in | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile index 31d3880..64368fb 100644 --- a/x11/libgnomemm/Makefile +++ b/x11/libgnomemm/Makefile @@ -7,6 +7,7 @@ PORTNAME= libgnomemm PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmm diff --git a/x11/libgnomemm/files/patch-libgnome::libgnomemm-2.0.pc.in b/x11/libgnomemm/files/patch-libgnome::libgnomemm-2.0.pc.in new file mode 100644 index 0000000..cf2f40b --- /dev/null +++ b/x11/libgnomemm/files/patch-libgnome::libgnomemm-2.0.pc.in @@ -0,0 +1,9 @@ +--- libgnome/libgnomemm-2.0.pc.in.orig Mon Oct 13 00:04:50 2003 ++++ libgnome/libgnomemm-2.0.pc.in Mon Oct 13 00:05:12 2003 +@@ -7,5 +7,5 @@ + Description: C++ wrapper for libgnome + Requires: gtkmm-2.0 >= @GTKMM_VERSION_NEEDED@ libgnome-2.0 >= @LIBGNOME_VERSION_NEEDED@ + Version: @VERSION@ +-Libs: -L${libdir} -lgnomemm-1.3 ++Libs: -L${libdir} -lgnomemm-2.0 + Cflags: -I${includedir}/libgnomemm-2.0 -I${libdir}/libgnomemm-2.0/include |