summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf-gnome
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-28 15:49:04 +0000
committerjlam <jlam@pkgsrc.org>2002-08-28 15:49:04 +0000
commit436fd9d3911273a88c3065c3efc8bd8c8f4d5e53 (patch)
tree490e64bb0aabf3f0badbcae41aed871953b6d1f4 /graphics/gdk-pixbuf-gnome
parent85d49fe33749174a67119099295c7de28dc4a0f6 (diff)
downloadpkgsrc-436fd9d3911273a88c3065c3efc8bd8c8f4d5e53.tar.gz
Convert gdk-pixbuf-gnome from buildlink1 to buildlink2, and remove the
special buildlink1 handling in the common Makefile.
Diffstat (limited to 'graphics/gdk-pixbuf-gnome')
-rw-r--r--graphics/gdk-pixbuf-gnome/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile
index ec37562875d..7a5aecbf8a6 100644
--- a/graphics/gdk-pixbuf-gnome/Makefile
+++ b/graphics/gdk-pixbuf-gnome/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.16 2002/08/25 19:22:47 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2002/08/28 15:49:06 jlam Exp $
PKGNAME= ${DISTNAME:S/gdk-pixbuf-/gdk-pixbuf-gnome-/}
COMMENT= the GNOME image loading library GNOME canvas support add-on
CONFLICTS+= gdk-pixbuf<0.10.1
-USE_BUILDLINK_ONLY= # defined
+USE_X11= # defined
+USE_BUILDLINK2= # defined
BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.11.0nb1
.include "../gdk-pixbuf/Makefile.common"
@@ -22,7 +23,7 @@ do-install:
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} \
${INSTALL_TARGET}
-.include "../../graphics/gdk-pixbuf/buildlink.mk"
-.include "../../x11/gnome-libs/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
+
.include "../../mk/bsd.pkg.mk"