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 | |
parent | db8dc3c0269c36696b57dab63c9030341c076cee (diff) | |
download | marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.gz marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.bz2 marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.lz marcuscom-ports-22d748d9e6156f93555717ea9f3214e36e167770.tar.xz 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')
-rw-r--r-- | www/gtkhtml4/Makefile | 5 | ||||
-rw-r--r-- | www/gtkhtml4/pkg-plist | 2 | ||||
-rw-r--r-- | www/libepc/Makefile | 3 |
3 files changed, 3 insertions, 7 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 diff --git a/www/libepc/Makefile b/www/libepc/Makefile index 19661aa9c..26252262d 100644 --- a/www/libepc/Makefile +++ b/www/libepc/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/www/libepc/Makefile 18393 2013-04-26 21:23:07Z kwm $ +# $MCom$ PORTNAME= libepc PORTVERSION= 0.4.4 @@ -15,7 +15,6 @@ LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ libgnutls.so:${PORTSDIR}/security/gnutls \ libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3 -NO_STAGE= yes USE_XZ= yes USES= gettext gmake pathfix pkgconfig USE_GNOME= gnomeprefix gtk30 |