summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-14 20:00:22 +0000
committerminskim <minskim>2004-12-14 20:00:22 +0000
commit852f9d69e2de4856299d1570b493af2c68408f71 (patch)
treedf0aba7670d87f3cec65e2ea2da202e4f1a57de2 /editors
parentcff6a264fa1c40352e072a13fde5b8d42f185d43 (diff)
downloadpkgsrc-852f9d69e2de4856299d1570b493af2c68408f71.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')
-rw-r--r--editors/gice/Makefile6
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"