aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libxslt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-16 13:51:38 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-16 13:51:38 +0800
commit7530e8886af0a102190036edb0bfe560a6a9ff04 (patch)
tree966627a7bb6aa2276ef466314f1642e89de6f72a /textproc/libxslt
parent79ae61da0908446602d81db07b4e6d0be4e610cf (diff)
downloadfreebsd-ports-gnome-7530e8886af0a102190036edb0bfe560a6a9ff04.tar.gz
freebsd-ports-gnome-7530e8886af0a102190036edb0bfe560a6a9ff04.tar.zst
freebsd-ports-gnome-7530e8886af0a102190036edb0bfe560a6a9ff04.zip
Add a dependency on gnometarget to quite a configure warning.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile2
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"