diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-16 20:52:58 +0000 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 /x11-fonts/fontconfig | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'x11-fonts/fontconfig')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 4fce4ae..2f5a548 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -14,17 +14,15 @@ MASTER_SITES= http://www.fontconfig.org/release/ \ MAINTAINER= gnome@FreeBSD.org COMMENT= An XML-based font configuration API for X Windows -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ expat.4:${PORTSDIR}/textproc/expat2 -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_GMAKE= yes PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_REINPLACE= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ --with-expat-lib=${LOCALBASE}/lib \ |