summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte3
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-09 17:12:39 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-09 17:12:39 +0800
commitd12dec865c05c05a452c44fae463ea0a660e36f5 (patch)
tree9025b59e4a5328621981085ca518dbdedbbe05fe /x11-toolkits/vte3
parent6e41cac0a2126ce813955b5380c836286d167d3c (diff)
downloadmarcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar
marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.gz
marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.bz2
marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.lz
marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.xz
marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.tar.zst
marcuscom-ports-d12dec865c05c05a452c44fae463ea0a660e36f5.zip
USE_BISON is dead, convert users over to new USES=bison framework, while here
convert USE_GNOME=gnomehack users to USES=pathfix. Submitted by: Gustau Perez <gustau.perez@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte3')
-rw-r--r--x11-toolkits/vte3/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index d3693cbcc..b80e728c8 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: vte
-# Date created: 05 October 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.19 2012/05/25 11:08:30 kwm Exp $
-#
+# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.20 2012/05/29 20:33:25 kwm Exp $
PORTNAME?= vte
PORTVERSION= 0.32.2
@@ -29,11 +25,11 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gno
LATEST_LINK?= vte3
USE_GMAKE= yes
-USE_BISON= build
+USES= bison pathfix
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
USE_GETTEXT= yes
-USE_GNOME?= gnomeprefix gnomehack gtk30 ltverhack referencehack
+USE_GNOME?= gnomeprefix gtk30 ltverhack referencehack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS?=--disable-python \