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