summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-11-28 18:48:16 +0000
committerdrochner <drochner@pkgsrc.org>2002-11-28 18:48:16 +0000
commitd5b16e46ee861c41f801baa4236d957f2edb37f3 (patch)
tree76d63dc421f81207163eac0af9906ba3a8549b3a /graphics
parent19d2d5797c2fe0b55ea0ae451baf37176214bf9b (diff)
downloadpkgsrc-d5b16e46ee861c41f801baa4236d957f2edb37f3.tar.gz
avoid picking up gtk-doc - otherwise we'd need an X DISPLAY during build
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf-gnome/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile
index 264510440c7..a748f4dc5eb 100644
--- a/graphics/gdk-pixbuf-gnome/Makefile
+++ b/graphics/gdk-pixbuf-gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/09/11 10:12:38 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2002/11/28 18:48:16 drochner Exp $
.include "../gdk-pixbuf/Makefile.common"
@@ -10,6 +10,8 @@ CONFLICTS+= gdk-pixbuf<0.10.1
BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.11.0nb1
USE_X11= # defined
+# gtk-doc wants an X11 DISPLAY during build, so disable it
+CONFIGURE_ENV+= GTKDOC=false
do-install:
${INSTALL_DATA} ${WRKSRC}/gdk-pixbuf/gnome-canvas-pixbuf.h \