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/libepc | |
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/libepc')
-rw-r--r-- | www/libepc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |