diff options
author | bland <bland@FreeBSD.org> | 2003-10-12 23:23:32 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-10-12 23:23:32 +0800 |
commit | e08a60b20417cc05295c9f7b5304b39e9125eaf3 (patch) | |
tree | 00f8267c9a87a8ba95b66e9220d63920eabc9ffd /x11 | |
parent | 62f80da99ccb959540e069fa6fc01a778e824693 (diff) | |
download | freebsd-ports-gnome-e08a60b20417cc05295c9f7b5304b39e9125eaf3.tar.gz freebsd-ports-gnome-e08a60b20417cc05295c9f7b5304b39e9125eaf3.tar.zst freebsd-ports-gnome-e08a60b20417cc05295c9f7b5304b39e9125eaf3.zip |
Fix Libs: list in libgnomemm-2.0.pc file.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnomemm/Makefile | 1 | ||||
-rw-r--r-- | x11/libgnomemm/files/patch-libgnome::libgnomemm-2.0.pc.in | 9 | ||||
-rw-r--r-- | x11/libgnomemm26/Makefile | 1 | ||||
-rw-r--r-- | x11/libgnomemm26/files/patch-libgnome::libgnomemm-2.0.pc.in | 9 |
4 files changed, 20 insertions, 0 deletions
diff --git a/x11/libgnomemm/Makefile b/x11/libgnomemm/Makefile index 31d38807596a..64368fb5cd07 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 000000000000..cf2f40bbbbd4 --- /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 diff --git a/x11/libgnomemm26/Makefile b/x11/libgnomemm26/Makefile index 31d38807596a..64368fb5cd07 100644 --- a/x11/libgnomemm26/Makefile +++ b/x11/libgnomemm26/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/libgnomemm26/files/patch-libgnome::libgnomemm-2.0.pc.in b/x11/libgnomemm26/files/patch-libgnome::libgnomemm-2.0.pc.in new file mode 100644 index 000000000000..cf2f40bbbbd4 --- /dev/null +++ b/x11/libgnomemm26/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 |