diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-20 19:46:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-20 19:46:54 +0000 |
commit | 91d62f66204bcce77f35d3d9e10065887bbb9475 (patch) | |
tree | 767fac4ef5fbfcf78861a0ee2545b1335c4b0a88 /graphics | |
parent | e0ae321c8eb9fa93ebc999262d1ecea0d4f55201 (diff) | |
download | pkgsrc-91d62f66204bcce77f35d3d9e10065887bbb9475.tar.gz |
Does not really need GNU gettexxt, nor does it need to be
installed into X11BASE. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gpaint/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 866715cde4d..1b3d1fad368 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:32 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/20 19:46:54 wiz Exp $ # DISTNAME= gpaint-0.2 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpaint/} @@ -13,8 +13,6 @@ COMMENT= Simple, easy-to-use paint program for GNOME USE_DIRS+= xdg-1.1 GNU_CONFIGURE= YES USE_TOOLS+= gmake -USE_GNU_GETTEXT= YES -USE_X11BASE= YES .include "../../x11/gtk/buildlink3.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" |