diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-17 05:18:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-01-17 05:18:10 +0800 |
commit | 22d748d9e6156f93555717ea9f3214e36e167770 (patch) | |
tree | cf8b6d08c618c0d5080519013c5d55be9541b518 /www/gtkhtml4 | |
parent | db8dc3c0269c36696b57dab63c9030341c076cee (diff) | |
download | marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.gz marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.zst marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.zip |
Remove NO_STAGE completely from MC. Misc small cleanups.
gnome-keyring is a dry commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18972 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml4')
-rw-r--r-- | www/gtkhtml4/Makefile | 5 | ||||
-rw-r--r-- | www/gtkhtml4/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index 9d40c8f19..b898bf2f1 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/www/gtkhtml4/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom$ PORTNAME= gtkhtml PORTVERSION= 4.6.6 @@ -19,13 +19,12 @@ 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 -NO_STAGE= yes USES= gettext gmake pathfix pkgconfig USE_XZ= yes USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xproto USE_GNOME= gnomeprefix intlhack gtk30 ltverhack USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/www/gtkhtml4/pkg-plist b/www/gtkhtml4/pkg-plist index 0b7f04f67..e2807f14f 100644 --- a/www/gtkhtml4/pkg-plist +++ b/www/gtkhtml4/pkg-plist @@ -15,11 +15,9 @@ 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.0 -lib/libgtkhtml-editor-%%VERSION%%.a lib/libgtkhtml-editor-%%VERSION%%.la lib/libgtkhtml-editor-%%VERSION%%.so lib/libgtkhtml-editor-%%VERSION%%.so.0 |