diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 00:31:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 00:31:23 +0000 |
commit | 82c7254ea9d7ed8fc24d423b4918842a2086d428 (patch) | |
tree | e28cd2662f4cf12cb51e8fd8ebaa1e3598a32413 /www/gtkhtml3 | |
parent | 2bb5031fd7e8f3ba1824ea304eed15482b3e337f (diff) | |
download | ports-82c7254ea9d7ed8fc24d423b4918842a2086d428.tar.gz ports-82c7254ea9d7ed8fc24d423b4918842a2086d428.zip |
Notes
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 14 | ||||
-rw-r--r-- | www/gtkhtml3/pkg-plist | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index f7e1086b3ef7..33b6e2956eb0 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -4,7 +4,7 @@ PORTNAME= gtkhtml3 PORTVERSION= 3.32.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,22 +16,22 @@ COMMENT= Lightweight HTML rendering/printing/editing engine BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ - enchant:${PORTSDIR}/textproc/enchant +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libenchant.so:${PORTSDIR}/textproc/enchant 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 pkgconfig gmake tar:bzip2 +USES= gettext libtool:keepla pathfix pkgconfig gmake tar:bzip2 USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 ltverhack +USE_GNOME= gnomeprefix intlhack gconf2 USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip PLIST_SUB= VERSION="3.14" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|@INTLTOOL_LIBDIR@|${LOCALBASE}/libdata|' \ ${WRKSRC}/intltool-merge.in diff --git a/www/gtkhtml3/pkg-plist b/www/gtkhtml3/pkg-plist index fe5d58315d79..8428044a089e 100644 --- a/www/gtkhtml3/pkg-plist +++ b/www/gtkhtml3/pkg-plist @@ -15,14 +15,14 @@ include/libgtkhtml-%%VERSION%%/gtkhtml/gtkhtml.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmlenums.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmltokenizer.h include/libgtkhtml-%%VERSION%%/gtkhtml/htmltypes.h -lib/libgtkhtml-%%VERSION%%.a lib/libgtkhtml-%%VERSION%%.la lib/libgtkhtml-%%VERSION%%.so lib/libgtkhtml-%%VERSION%%.so.19 -lib/libgtkhtml-editor-%%VERSION%%.a +lib/libgtkhtml-%%VERSION%%.so.19.1.1 lib/libgtkhtml-editor-%%VERSION%%.la lib/libgtkhtml-editor-%%VERSION%%.so lib/libgtkhtml-editor-%%VERSION%%.so.0 +lib/libgtkhtml-editor-%%VERSION%%.so.0.0.0 libdata/pkgconfig/gtkhtml-editor-%%VERSION%%.pc libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc share/gtkhtml-%%VERSION%%/gtkhtml-editor-builder.ui |