diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-13 23:07:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-13 23:07:30 +0000 |
commit | 2b7e6e3fea61c6c26bc1954c03a82de2328dd0dd (patch) | |
tree | b2a6aba76a8de98041dc0855eab36c5e0c40d7b1 /x11-fonts/fontconfig/Makefile | |
parent | 5349781c479a538b411cb0c75fddbf1b48765765 (diff) |
Notes
Diffstat (limited to 'x11-fonts/fontconfig/Makefile')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index fd9195a0b715..70b3be9b8697 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -7,7 +7,7 @@ PORTNAME= fontconfig PORTVERSION= 2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-fonts MASTER_SITES= http://www.fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat=${LOCALBASE} \ - --with-default-fonts=${X11BASE}/lib/X11/fonts + --with-default_fonts=${X11BASE}/lib/X11/fonts CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} WRKSRC= ${WRKDIR}/${DISTNAME}/fontconfig MAKE_ENV= LC_ALL=C |