diff options
Diffstat (limited to 'www/gtkhtml4/Makefile')
-rw-r--r-- | www/gtkhtml4/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index b898bf2f1..76eaab07a 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -3,7 +3,8 @@ # $MCom$ PORTNAME= gtkhtml -PORTVERSION= 4.6.6 +PORTVERSION= 4.8.0 +PORTERVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 4 @@ -19,10 +20,9 @@ LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto -USE_GNOME= gnomeprefix intlhack gtk30 ltverhack +USE_GNOME= gnomeprefix intlhack gtk30 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -36,4 +36,8 @@ post-patch: @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkhtml-4.0.so.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkhtml-editor-4.0.so.0 + .include <bsd.port.mk> |