summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-27 09:40:22 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-27 09:40:22 +0800
commitcf3dd07bca0a5b88a86ccc42070919a102af2d30 (patch)
tree9c0d45ae6fc2a6c475e0e2e158f54392bb450756 /x11-toolkits/vte/Makefile
parent723be520a8e40648e579090a2894a27bf99bf28c (diff)
downloadmarcuscom-ports-cf3dd07bca0a5b88a86ccc42070919a102af2d30.tar
marcuscom-ports-cf3dd07bca0a5b88a86ccc42070919a102af2d30.tar.gz
marcuscom-ports-cf3dd07bca0a5b88a86ccc42070919a102af2d30.tar.bz2
marcuscom-ports-cf3dd07bca0a5b88a86ccc42070919a102af2d30.tar.lz
marcuscom-ports-cf3dd07bca0a5b88a86ccc42070919a102af2d30.tar.xz
marcuscom-ports-cf3dd07bca0a5b88a86ccc42070919a102af2d30.tar.zst
marcuscom-ports-cf3dd07bca0a5b88a86ccc42070919a102af2d30.zip
- Update vte to 0.12.1
- Use USE_GNOME=ltverhack so libver doesn't bump to .9 but goes to .4 (hopefully we don't have too many ports like this) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6139 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/Makefile')
-rw-r--r--x11-toolkits/vte/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index cd53d6d32..f9ddcc93f 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= vte
-PORTVERSION= 0.12.0
+PORTVERSION= 0.12.1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -17,13 +17,13 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Terminal widget with improved accessibility and I18N support
USE_BZIP2= yes
-USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_BISON= yes
INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
+USE_AUTOTOOLS= libtool:15
+USE_GETTEXT= yes
+USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
BSD_PTHREAD_LIBS="${PTHREAD_LIBS}"