diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-22 12:46:36 +0800 |
commit | 7f1f373c25f74ecfbaf9c5bfb4074a95228216f6 (patch) | |
tree | a275bb65cb1b83d2d0c4e0c043186a0176c357ce /textproc/libxslt | |
parent | e19daf26a391b9070456a133fb8dbaf46ca059c8 (diff) | |
download | freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.gz freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.tar.zst freebsd-ports-gnome-7f1f373c25f74ecfbaf9c5bfb4074a95228216f6.zip |
Convert to new GNOME infrastructure.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index a02d4b587353..cf7e463536af 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -15,13 +15,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The XSLT C library for GNOME -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack libxml2 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" |