summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-15 22:34:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-15 22:34:32 +0800
commit2063fdf8aab781206f03319c451542085a95fb02 (patch)
tree4508ce313ca108f132fc1cef0a255f7679541f4f /x11-toolkits/vte3/Makefile
parentccf321afee8f91f8192274c1fb7edbfeba627da2 (diff)
downloadmarcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar.gz
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar.bz2
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar.lz
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar.xz
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar.zst
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.zip
Make gnome-pty-helper into a slave port of vte3 and add run depends on it
for both vte ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15820 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte3/Makefile')
-rw-r--r--x11-toolkits/vte3/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index fb6172e66..e03d47898 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -3,14 +3,15 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.6 2011/04/10 20:46:10 mezz Exp $
+# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.7 2011/04/11 02:36:01 mezz Exp $
#
-PORTNAME= vte
+PORTNAME?= vte
PORTVERSION= 0.28.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
+DISTNAME= vte-${PORTVERSION}
DIST_SUBDIR= gnome3
MAINTAINER?= gnome@FreeBSD.org
@@ -20,6 +21,8 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
+RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
+
USE_GMAKE= yes
USE_BISON= build
USE_LDCONFIG= yes
@@ -33,6 +36,7 @@ CONFIGURE_ARGS?=--disable-python \
--with-gtk=3.0 \
--enable-introspection \
--disable-Bsymbolic \
+ --disable-gnome-pty-helper \
--disable-freetypetest
.if !defined(MASTERDIR)