pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cad/gsymcheck bl3ify and use the geda/Makefile.common ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/604c5ddd74c4
branches:  trunk
changeset: 469422:604c5ddd74c4
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Feb 23 04:35:19 2004 +0000

description:
bl3ify and use the geda/Makefile.common for some common variables

diffstat:

 cad/gsymcheck/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 6591226ddf46 -r 604c5ddd74c4 cad/gsymcheck/Makefile
--- a/cad/gsymcheck/Makefile    Mon Feb 23 04:20:50 2004 +0000
+++ b/cad/gsymcheck/Makefile    Mon Feb 23 04:35:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/03 18:49:35 reed Exp $
+# $NetBSD: Makefile,v 1.21 2004/02/23 04:35:19 dmcmahill Exp $
 #
 
 DISTNAME=              geda-gsymcheck-${PKGVERSION}
@@ -18,13 +18,13 @@
 
 CONFLICTS+=            gEDA<19991011
 
-DIST_SUBDIR=           geda
-PKGVERSION=            20030901
+.include "../../cad/geda/Makefile.common"
 
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
-.include "../../cad/libgeda/buildlink2.mk"
+.include "../../cad/libgeda/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index