mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add Xft as a dependency. Bump PORTREVISION.
This commit is contained in:
parent
c70060c7a2
commit
e8968e4b84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69780
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user