diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-15 16:22:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-15 16:22:02 +0000 |
commit | f77f7c0e192d7c640303424339c7565b382b1097 (patch) | |
tree | 32a1e07442ea54221634e9888793a69e3b72e6c9 /x11-toolkits | |
parent | Support termcap "ec"(erase_chars). (diff) |
Update to 0.10.4, and fix build with GNOME 2.0.x.
Notes
Notes:
svn path=/head/; revision=70163
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/vte/distinfo | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 2dafc3cc3e78..4975fa2f8139 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -6,8 +6,7 @@ # PORTNAME= vte -PORTVERSION= 0.10.3 -PORTREVISION= 1 +PORTVERSION= 0.10.4 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 @@ -15,8 +14,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ - Xft2.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 USE_BZIP2= yes USE_X_PREFIX= yes @@ -36,7 +34,5 @@ post-patch: s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \ ${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c - @${REINPLACE_CMD} -e 's|Xft\.h|Xft2.h|g' \ - ${WRKSRC}/src/vte.c .include <bsd.port.mk> diff --git a/x11-toolkits/vte/distinfo b/x11-toolkits/vte/distinfo index efe1137c34a1..4f3ea1befff8 100644 --- a/x11-toolkits/vte/distinfo +++ b/x11-toolkits/vte/distinfo @@ -1 +1 @@ -MD5 (gnome2/vte-0.10.3.tar.bz2) = ed5e88771b940f7faec34e046cbeba45 +MD5 (gnome2/vte-0.10.4.tar.bz2) = 3bef90f0b51da980aa471eaa65baf552 |