summaryrefslogtreecommitdiff
path: root/misc/blccc
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-14 20:36:54 +0000
committerminskim <minskim>2004-12-14 20:36:54 +0000
commita4135cf571a99fd739a746d9ec5287673e9f8040 (patch)
tree0aabdc1d07f76962ff14877e9ff5ef056bf5b0f0 /misc/blccc
parent465c6fdc6c7bc9fcea05c364dab13dcb14abd80d (diff)
downloadpkgsrc-a4135cf571a99fd739a746d9ec5287673e9f8040.tar.gz
Add build dependency on pkgconfig.
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
Diffstat (limited to 'misc/blccc')
-rw-r--r--misc/blccc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/blccc/Makefile b/misc/blccc/Makefile
index 25d9b6b5303..25c5ad22b4a 100644
--- a/misc/blccc/Makefile
+++ b/misc/blccc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:12:58 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/14 20:36:54 minskim Exp $
#
DISTNAME= blccc-1.99
@@ -17,6 +17,9 @@ SHLIBTOOL_OVERRIDE= libtool
EGDIR= ${PREFIX}/share/examples/blccc
+.include "../../devel/blib/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${EGDIR}/movies
@@ -28,6 +31,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/$${f} ${EGDIR}/$${f};\
done
-.include "../../devel/blib/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"