Fix build after Xft rename.

Submitted by:	bento/kris
This commit is contained in:
Eric Anholt 2003-02-22 18:36:19 +00:00
parent 024aabb2c3
commit 5575b9849f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76190

View File

@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@freebsd.org
COMMENT= An anti-aliased font support for gtk+
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
Xft.2:${PORTSDIR}/x11-fonts/Xft
USE_X_PREFIX= yes
USE_GNOMENG= yes
@ -24,7 +25,8 @@ WANT_GNOME= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -liconv"
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnuregex -liconv" \
CFLAGS="${CFLAGS} `pkg-config xft --cflags`"
CONFIGURE_ARGS= --sbindir=${PREFIX}/bin
INSTALLS_SHLIB= yes