diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-16 13:51:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-16 13:51:38 +0800 |
commit | a5dfa4a1159ec381414c7d0ed436bdf19424f20f (patch) | |
tree | 1c64da09f07675347d77f2f69e986787045f8f17 /textproc | |
parent | bac5bc9649de4ac47f48b5d14d6274f0b99e242f (diff) | |
download | freebsd-ports-gnome-a5dfa4a1159ec381414c7d0ed436bdf19424f20f.tar.gz freebsd-ports-gnome-a5dfa4a1159ec381414c7d0ed436bdf19424f20f.tar.zst freebsd-ports-gnome-a5dfa4a1159ec381414c7d0ed436bdf19424f20f.zip |
Add a dependency on gnometarget to quite a configure warning.
Diffstat (limited to 'textproc')
-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 813682da97dc..77aa7ec12ac6 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" |