diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-08 18:49:26 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-08 18:49:26 +0000 |
commit | 60f14321f7c92ad4ba4b0ce45ea09a0a96a76aab (patch) | |
tree | e44e2a7c0451755feb9b0477e7f5a740c727e3d9 /graphics | |
parent | fff8f4a8ec7006c255e3076988e3fe109d61b79b (diff) | |
download | pkgsrc-60f14321f7c92ad4ba4b0ce45ea09a0a96a76aab.tar.gz |
this uses pkg-config
Diffstat (limited to 'graphics')
-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 |