diff options
-rw-r--r-- | graphics/goocanvas/Makefile | 10 | ||||
-rw-r--r-- | graphics/goocanvas/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/goocanvasmm/Makefile | 9 | ||||
-rw-r--r-- | graphics/goocanvasmm/pkg-plist | 1 |
4 files changed, 11 insertions, 10 deletions
diff --git a/graphics/goocanvas/Makefile b/graphics/goocanvas/Makefile index 20c8f9084a72..7163b39eee85 100644 --- a/graphics/goocanvas/Makefile +++ b/graphics/goocanvas/Makefile @@ -4,6 +4,7 @@ PORTNAME= goocanvas PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME @@ -12,11 +13,10 @@ COMMENT= Canvas widget for GTK+ PORTSCOUT= ignore:1 -USES= pathfix pkgconfig -USE_GNOME= gtk20 ltverhack +USES= libtool pathfix pkgconfig tar:bzip2 +USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_BZIP2= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -43,8 +43,8 @@ post-patch: .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in .endif - + post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas.so.3 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas.so.* .include <bsd.port.mk> diff --git a/graphics/goocanvas/pkg-plist b/graphics/goocanvas/pkg-plist index b132d777dabf..8d4bdb51c2f2 100644 --- a/graphics/goocanvas/pkg-plist +++ b/graphics/goocanvas/pkg-plist @@ -20,6 +20,7 @@ lib/libgoocanvas.a lib/libgoocanvas.la lib/libgoocanvas.so lib/libgoocanvas.so.3 +lib/libgoocanvas.so.3.5.0 libdata/pkgconfig/goocanvas.pc %%NLS%%share/locale/en_GB/LC_MESSAGES/goocanvas.mo %%NLS%%share/locale/es/LC_MESSAGES/goocanvas.mo diff --git a/graphics/goocanvasmm/Makefile b/graphics/goocanvasmm/Makefile index b5b608ad4aaf..825fd5794761 100644 --- a/graphics/goocanvasmm/Makefile +++ b/graphics/goocanvasmm/Makefile @@ -4,7 +4,7 @@ PORTNAME= goocanvasmm PORTVERSION= 0.15.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GNOME @@ -15,14 +15,13 @@ LIB_DEPENDS= libgoocanvas.so:${PORTSDIR}/graphics/goocanvas PORTSCOUT= ignore:1 -USES= gmake pathfix pkgconfig -USE_GNOME= gtkmm24 ltverhack +USES= libtool gmake pathfix pkgconfig tar:bzip2 +USE_GNOME= gtkmm24 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-documentation -USE_BZIP2= yes post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvasmm-1.0.so.5 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvasmm-1.0.so.* .include <bsd.port.mk> diff --git a/graphics/goocanvasmm/pkg-plist b/graphics/goocanvasmm/pkg-plist index fb483d1ac84e..800f8efe407b 100644 --- a/graphics/goocanvasmm/pkg-plist +++ b/graphics/goocanvasmm/pkg-plist @@ -64,6 +64,7 @@ lib/goocanvasmm-1.0/include/goocanvasmmconfig.h lib/libgoocanvasmm-1.0.la lib/libgoocanvasmm-1.0.so lib/libgoocanvasmm-1.0.so.5 +lib/libgoocanvasmm-1.0.so.5.0.0 libdata/pkgconfig/goocanvasmm-1.0.pc @dirrm lib/goocanvasmm-1.0/include @dirrm lib/goocanvasmm-1.0 |