diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-14 20:00:22 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-14 20:00:22 +0000 |
commit | b55d046764f1d9b6373d2b2a21b6ed12894663ab (patch) | |
tree | df0aba7670d87f3cec65e2ea2da202e4f1a57de2 /editors/gice | |
parent | ee95bcfaa57e644150498662491aa453b047734f (diff) | |
download | pkgsrc-b55d046764f1d9b6373d2b2a21b6ed12894663ab.tar.gz |
Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.
Diffstat (limited to 'editors/gice')
-rw-r--r-- | editors/gice/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/gice/Makefile b/editors/gice/Makefile index 52d8e7b256f..294354f7b62 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/12/05 08:13:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/14 20:00:22 minskim Exp $ # DISTNAME= gice-0.6.2 @@ -18,8 +18,10 @@ GNU_CONFIGURE= YES BUILD_TARGET= gice +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin -.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |