diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 12:36:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-07 12:36:28 +0000 |
commit | ef9bcde3a50a00e880ead778e4dc57fdb86a067b (patch) | |
tree | af1e92e750f137dcf6fe19c6051f1ee4d150658d | |
parent | Fix build without gperf (diff) |
Fix build
Notes
Notes:
svn path=/head/; revision=370325
-rw-r--r-- | textproc/libvisio01/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libvisio01/Makefile b/textproc/libvisio01/Makefile index 72d375e6cea0..a4f1f8e915de 100644 --- a/textproc/libvisio01/Makefile +++ b/textproc/libvisio01/Makefile @@ -21,6 +21,7 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_PERL5= build +USE_GNOME= libxml2 USES= gmake gperf libtool pathfix perl5 pkgconfig tar:xz INSTALL_TARGET= install-strip |