summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf-gnome
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-15 12:47:35 +0000
committerjlam <jlam@pkgsrc.org>2004-02-15 12:47:35 +0000
commit804a4bd6cdaedd5cf37cac105a9d0fc407e634f7 (patch)
tree3bc0ad62a785bfde20997b72bb7bbe45c89cc6e6 /graphics/gdk-pixbuf-gnome
parenta582f259a86881088e95b3e0f1778cb1e5c8904e (diff)
downloadpkgsrc-804a4bd6cdaedd5cf37cac105a9d0fc407e634f7.tar.gz
bl3ify
Diffstat (limited to 'graphics/gdk-pixbuf-gnome')
-rw-r--r--graphics/gdk-pixbuf-gnome/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile
index ffde5e91831..c82b61bc7ec 100644
--- a/graphics/gdk-pixbuf-gnome/Makefile
+++ b/graphics/gdk-pixbuf-gnome/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/03 18:49:42 reed Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/15 12:47:35 jlam Exp $
.include "../../graphics/gdk-pixbuf/Makefile.common"
@@ -8,12 +8,14 @@ COMMENT= The GNOME image loading library GNOME canvas support add-on
CONFLICTS+= gdk-pixbuf<0.10.1
-USE_X11= # defined
-# don't enable the next line -- else the package will conflict
-# with gtk2!
-# CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+# Don't enable the next line or we'll conflict with gtk2!
+#CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+
CONFIGURE_ARGS+= --enable-gtk-doc=no
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../x11/gnome-libs/buildlink3.mk"
+
do-install:
${INSTALL_DATA} ${WRKSRC}/gdk-pixbuf/gnome-canvas-pixbuf.h \
${PREFIX}/include/gdk-pixbuf-1.0/gdk-pixbuf
@@ -26,7 +28,4 @@ do-install:
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} \
${INSTALL_TARGET}
-.include "../../graphics/gdk-pixbuf/buildlink2.mk"
-.include "../../x11/gnome-libs/buildlink2.mk"
-
.include "../../mk/bsd.pkg.mk"