diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-10 01:32:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-10 01:32:22 +0000 |
commit | 7acc16dcb7a6c7b4d26ad80b5d1f8e0d9b02a666 (patch) | |
tree | 9f07b223853957750ba60fab1c2eddbf44678562 /graphics/gdk-pixbuf-gnome/Makefile | |
parent | 21cc1f81694f3515f3247a2ce60b0fc9b1ef1588 (diff) | |
download | pkgsrc-7acc16dcb7a6c7b4d26ad80b5d1f8e0d9b02a666.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/gdk-pixbuf-gnome/Makefile')
-rw-r--r-- | graphics/gdk-pixbuf-gnome/Makefile | 7 |
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" |