summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-09 17:54:52 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-11-09 17:54:52 +0800
commitd50be5c2cef58b10565ba5c68a6a7ce3061568d3 (patch)
tree02b4d49831deb92763162f473517414960d7c0e4 /x11/gnome-terminal/Makefile
parent7a45d63b7fd2f49096b216100dc90fabd290f271 (diff)
downloadmarcuscom-ports-d50be5c2cef58b10565ba5c68a6a7ce3061568d3.tar
marcuscom-ports-d50be5c2cef58b10565ba5c68a6a7ce3061568d3.tar.gz
marcuscom-ports-d50be5c2cef58b10565ba5c68a6a7ce3061568d3.tar.bz2
marcuscom-ports-d50be5c2cef58b10565ba5c68a6a7ce3061568d3.tar.lz
marcuscom-ports-d50be5c2cef58b10565ba5c68a6a7ce3061568d3.tar.xz
marcuscom-ports-d50be5c2cef58b10565ba5c68a6a7ce3061568d3.tar.zst
marcuscom-ports-d50be5c2cef58b10565ba5c68a6a7ce3061568d3.zip
Update to 2.1.1 and enable VTE support. Looks sweet!
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@133 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
index 75742d9cf..3b3a55ace 100644
--- a/x11/gnome-terminal/Makefile
+++ b/x11/gnome-terminal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnometerminal
-PORTVERSION= 2.1.0
+PORTVERSION= 2.1.1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-terminal/2.1
@@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \
+LIB_DEPENDS= vte.4:${PORTSDIR}/x11-toolkits/vte \
gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
USE_BZIP2= yes
@@ -25,6 +25,7 @@ USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomehier
USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-widget=vte
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}