summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2002-08-28 15:49:04 +0000
committerjlam <jlam>2002-08-28 15:49:04 +0000
commitfaadff9824923510d1fdb559c3413b4ea3160d36 (patch)
tree490e64bb0aabf3f0badbcae41aed871953b6d1f4 /graphics/gdk-pixbuf/Makefile.common
parent21d7f522a636e8783102b557ccf1f48ceea1144d (diff)
downloadpkgsrc-faadff9824923510d1fdb559c3413b4ea3160d36.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/Makefile.common')
-rw-r--r--graphics/gdk-pixbuf/Makefile.common9
1 files changed, 1 insertions, 8 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index 90450caa633..144feb11c94 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2002/08/25 18:39:03 jlam Exp $
+# $NetBSD: Makefile.common,v 1.25 2002/08/28 15:49:04 jlam Exp $
#
DISTNAME= gdk-pixbuf-0.17.0
@@ -32,14 +32,7 @@ pre-configure:
${LOCALBASE}/bin/automake -a --foreign -i; \
${LOCALBASE}/bin/autoconf
-.if defined(USE_BUILDLINK2)
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/tiff/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
-.else
-.include "../../graphics/jpeg/buildlink.mk"
-.include "../../graphics/png/buildlink.mk"
-.include "../../graphics/tiff/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
-.endif