diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-16 05:51:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-16 05:51:38 +0000 |
commit | 7530e8886af0a102190036edb0bfe560a6a9ff04 (patch) | |
tree | 966627a7bb6aa2276ef466314f1642e89de6f72a | |
parent | remove accidently commited file. (diff) |
Add a dependency on gnometarget to quite a configure warning.
Notes
Notes:
svn path=/head/; revision=84961
-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" |