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 /textproc/libxml2 | |
parent | 99718a31ef357e9ddb0e9aa383d2c7c847330738 (diff) | |
download | FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.zip FreeBSD-ports-8052fd3fb7fe6d92a2417b006fdc2957f45cc132.tar.gz |
Utilize USE_GNOME= pkgconfig.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 4fbb670..859dd10 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -16,14 +16,12 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Xml parser library for GNOME -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig INSTALLS_SHLIB= yes USE_REINPLACE= yes CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ |