diff options
author | mi <mi@FreeBSD.org> | 2007-08-23 00:17:23 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-08-23 00:17:23 +0800 |
commit | 80ae56f9d0002137dc9c6ed9c3c4f976bc7a047e (patch) | |
tree | 440dc15ddd9855b0f1839ef8a84efad5f6dc357c /graphics | |
parent | 5ba04e85e3176dda277c8472bb138c936883059f (diff) | |
download | freebsd-ports-gnome-80ae56f9d0002137dc9c6ed9c3c4f976bc7a047e.tar.gz freebsd-ports-gnome-80ae56f9d0002137dc9c6ed9c3c4f976bc7a047e.tar.zst freebsd-ports-gnome-80ae56f9d0002137dc9c6ed9c3c4f976bc7a047e.zip |
Add libxml2 to the list of the required GNOME-components.
Prompted by: build failure (via kris)
Confirmed by: software author
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 48ab2376270b..c7b9ff77c472 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -32,7 +32,7 @@ PYPRESENT!= which python > /dev/null && echo on || echo off USE_GMAKE= yes USE_GETTEXT= yes USE_PERL5_BUILD= yes -USE_GNOME= gnomehack glib20 pkgconfig pango +USE_GNOME= gnomehack glib20 pkgconfig pango libxml2 USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` |