summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-10 01:32:22 +0000
committerjlam <jlam>2002-04-10 01:32:22 +0000
commit6656bffb8a7377940d8d6183dbb9530d0a6dc3bf (patch)
tree9f07b223853957750ba60fab1c2eddbf44678562 /graphics
parentb7160d4cf2bdebc7f4573e2b1241b236811b5981 (diff)
downloadpkgsrc-6656bffb8a7377940d8d6183dbb9530d0a6dc3bf.tar.gz
Move the inclusion of Makefile.common below the definition of
USE_BUILDLINK_ONLY so that the buildlink.mk files included by Makefile.common will trigger the correct Makefile logic. Also strongly buildlinkify while I'm here.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gdk-pixbuf-gnome/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gdk-pixbuf-gnome/Makefile b/graphics/gdk-pixbuf-gnome/Makefile
index be8ad3abe06..05e23b04586 100644
--- a/graphics/gdk-pixbuf-gnome/Makefile
+++ b/graphics/gdk-pixbuf-gnome/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/03/13 17:37:07 fredb Exp $
-
-.include "../gdk-pixbuf/Makefile.common"
+# $NetBSD: Makefile,v 1.14 2002/04/10 01:32:22 jlam Exp $
PKGNAME= ${DISTNAME:S/gdk-pixbuf-/gdk-pixbuf-gnome-/}
PKGREVISION= 1
@@ -11,6 +9,8 @@ CONFLICTS+= gdk-pixbuf<0.10.1
USE_BUILDLINK_ONLY= # defined
BUILDLINK_DEPENDS.gdk-pixbuf= gdk-pixbuf>=0.11.0nb1
+.include "../gdk-pixbuf/Makefile.common"
+
do-install:
${INSTALL_DATA} ${WRKSRC}/gdk-pixbuf/gnome-canvas-pixbuf.h \
${PREFIX}/include/gdk-pixbuf
@@ -25,4 +25,5 @@ do-install:
.include "../../graphics/gdk-pixbuf/buildlink.mk"
.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"