diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 20:23:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 20:23:31 +0000 |
commit | febce36476de3055f8e9f41ea89ea042251f411b (patch) | |
tree | 8a9b329e6da4f5d73c460217600f4c5868b5f68e /x11-fonts/libXft | |
parent | 8da4a27028597a19bafbd944e7d847f97e84c95a (diff) | |
download | ports-febce36476de3055f8e9f41ea89ea042251f411b.tar.gz ports-febce36476de3055f8e9f41ea89ea042251f411b.zip |
Notes
Diffstat (limited to 'x11-fonts/libXft')
-rw-r--r-- | x11-fonts/libXft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index 013f972ea8d4..8a9027590dd9 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -7,7 +7,7 @@ PORTNAME= Xft PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts MASTER_SITES= http://fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} @@ -22,6 +22,7 @@ USE_X_PREFIX= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +CONFIGURE_ARGS= --with-fontconfig-config="pkg-config fontconfig" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" |