diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-17 04:52:58 +0800 |
commit | 8052fd3fb7fe6d92a2417b006fdc2957f45cc132 (patch) | |
tree | 729163e48ba648e9fb5ba1252bf62584d782bfe5 /x11-fonts | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.zst freebsd-ports-gnome-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'x11-fonts')
-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 4fce4aee2478..2f5a54825614 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 \ |