summaryrefslogtreecommitdiff
path: root/x11-toolkits/vte
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-09 09:42:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-09 09:42:15 +0000
commite8968e4b84e8f556128e2c40e4df0f5310f8df63 (patch)
tree1bae29acb2e2e86e91b6ec121cef20a81393bd9f /x11-toolkits/vte
parentuse new PORTCOMMENT (diff)
Add Xft as a dependency. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=69780
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r--x11-toolkits/vte/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 5ef7bea23561..2dafc3cc3e78 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -7,6 +7,7 @@
PORTNAME= vte
PORTVERSION= 0.10.3
+PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
@@ -14,7 +15,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
+LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \
+ Xft2.2:${PORTSDIR}/x11-fonts/Xft
USE_BZIP2= yes
USE_X_PREFIX= yes
@@ -34,5 +36,7 @@ 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>