pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/gsmc Add build dependency on pkgconfig.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d57c46c88b05
branches:  trunk
changeset: 485513:d57c46c88b05
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Dec 14 18:47:09 2004 +0000

description:
Add build dependency on pkgconfig.

While here, rearrange paragraphs so that buildlink3.mk files are
included before overriding targets.

diffstat:

 cad/gsmc/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 895bf1e395ae -r d57c46c88b05 cad/gsmc/Makefile
--- a/cad/gsmc/Makefile Tue Dec 14 18:45:11 2004 +0000
+++ b/cad/gsmc/Makefile Tue Dec 14 18:47:09 2004 +0000
@@ -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 @@
 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 @@
        ${CHMOD} 755 ${WRKSRC}/${f}
 .endfor
 
-.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index