diff options
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 792b73d4430..c6d495b8d86 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:28 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2006/02/08 18:49:26 drochner Exp $ DISTNAME= cinepaint-0.20-2 PKGNAME= cinepaint-0.20.2 @@ -15,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= cinepaint-gtk.pc.in |