summaryrefslogtreecommitdiff
path: root/cad/gsmc
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-14 18:47:09 +0000
committerminskim <minskim>2004-12-14 18:47:09 +0000
commit31e3b9b8e7e0e0132ba18a51c302edb708514d20 (patch)
treecd0f5985b37985b664e4592ab8db172028d9d97a /cad/gsmc
parente47c0f3f607b55520bf1cdd849ae29fcfc85071f (diff)
downloadpkgsrc-31e3b9b8e7e0e0132ba18a51c302edb708514d20.tar.gz
Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
Diffstat (limited to 'cad/gsmc')
-rw-r--r--cad/gsmc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/gsmc/Makefile b/cad/gsmc/Makefile
index fa341f539ee..c58f980e228 100644
--- a/cad/gsmc/Makefile
+++ b/cad/gsmc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:13 tv Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/14 18:47:09 minskim Exp $
#
DISTNAME= gsmc-1.1
@@ -16,6 +16,9 @@ GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
# The following were just links in the distfile so
# replace them with working copies.
post-extract:
@@ -25,5 +28,4 @@ post-extract:
${CHMOD} 755 ${WRKSRC}/${f}
.endfor
-.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"