diff options
Diffstat (limited to 'graphics/gpaint/Makefile')
-rw-r--r-- | graphics/gpaint/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 0d35142c1a6..3c569699a01 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/01/24 15:46:43 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/08 19:40:39 jmmv Exp $ # DISTNAME= gpaint-0.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpaint/} @@ -10,6 +10,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://gpaint.sourceforge.net/ COMMENT= Simple, easy-to-use paint program for GNOME +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs + USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make |