summaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-11 10:12:38 +0000
committerjlam <jlam>2002-09-11 10:12:38 +0000
commitacfbe7ad12a773d362e36dd95f3d82077c5559ce (patch)
treeed03e3606430ef0d310af665882ea6ef129c40ca /graphics/gdk-pixbuf/Makefile.common
parent0ef7e4675e1ffd40c765cd924aa66d84c56df4cd (diff)
downloadpkgsrc-acfbe7ad12a773d362e36dd95f3d82077c5559ce.tar.gz
Move the USE_BUILDLINK2 definition to the common Makefile as we need to
include buildlink2.mk files from there.
Diffstat (limited to 'graphics/gdk-pixbuf/Makefile.common')
-rw-r--r--graphics/gdk-pixbuf/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile.common b/graphics/gdk-pixbuf/Makefile.common
index df904f08353..f6bbf7dc93d 100644
--- a/graphics/gdk-pixbuf/Makefile.common
+++ b/graphics/gdk-pixbuf/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2002/09/02 13:10:08 drochner Exp $
+# $NetBSD: Makefile.common,v 1.27 2002/09/11 10:12:38 jlam Exp $
#
DISTNAME= gdk-pixbuf-0.18.0
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
+USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES