diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 01:46:11 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 01:46:11 +0000 |
commit | 9f9d5ccef705401477c8bf47b17d3727e228b39a (patch) | |
tree | cb8392f2e141e8e3426f3a33d60b1b31b847ff21 /graphics/gpaint | |
parent | e49da93445f89a5bcfd96d113d09294ba4ddb209 (diff) | |
download | pkgsrc-9f9d5ccef705401477c8bf47b17d3727e228b39a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'graphics/gpaint')
-rw-r--r-- | graphics/gpaint/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 3219b4bbfa9..5ebccdb2f1b 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/14 19:30:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/25 01:52:25 snj Exp $ # DISTNAME= gpaint-0.2 @@ -10,14 +10,14 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://gpaint.sourceforge.net/ COMMENT= Simple, easy-to-use paint program for GNOME -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_GNU_GETTEXT= YES USE_X11BASE= YES -.include "../../x11/gtk/buildlink2.mk" -.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" -.include "../../print/gnome-print/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" +.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" +.include "../../print/gnome-print/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |