diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-10-12 15:23:32 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-10-12 15:23:32 +0000 |
commit | 8f73de67a30a34a8c90be9aa9d82ce292f6b0813 (patch) | |
tree | 51615e38e946f40cb38995b90a84c4822054f5be /x11/libgnomemm26 | |
parent | 7ac050c30aa8a516205ed90ef8a70b158e6fb27a (diff) | |
download | ports-8f73de67a30a34a8c90be9aa9d82ce292f6b0813.tar.gz ports-8f73de67a30a34a8c90be9aa9d82ce292f6b0813.zip |
Notes
Diffstat (limited to 'x11/libgnomemm26')
-rw-r--r-- | x11/libgnomemm26/Makefile | 1 | ||||
-rw-r--r-- | x11/libgnomemm26/files/patch-libgnome::libgnomemm-2.0.pc.in | 9 |
2 files changed, 10 insertions, 0 deletions
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 |