diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-16 05:51:38 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-16 05:51:38 +0000 |
commit | a5dfa4a1159ec381414c7d0ed436bdf19424f20f (patch) | |
tree | 1c64da09f07675347d77f2f69e986787045f8f17 /textproc/libxslt | |
parent | bac5bc9649de4ac47f48b5d14d6274f0b99e242f (diff) | |
download | FreeBSD-ports-a5dfa4a1159ec381414c7d0ed436bdf19424f20f.zip FreeBSD-ports-a5dfa4a1159ec381414c7d0ed436bdf19424f20f.tar.gz |
Add a dependency on gnometarget to quite a configure warning.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 813682d..77aa7ec 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -USE_GNOME= gnomehack libxml2 +USE_GNOME= gnomehack gnometarget libxml2 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" |