pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ee6fea6aba4
branches:  trunk
changeset: 469419:6ee6fea6aba4
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Feb 23 04:01:08 2004 +0000

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

diffstat:

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

diffs (35 lines):

diff -r efa264b847ee -r 6ee6fea6aba4 cad/gnetlist/Makefile
--- a/cad/gnetlist/Makefile     Mon Feb 23 03:51:47 2004 +0000
+++ b/cad/gnetlist/Makefile     Mon Feb 23 04:01:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/22 07:21:54 grant Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/23 04:01:08 dmcmahill Exp $
 #
 
 DISTNAME=              geda-gnetlist-${PKGVERSION}
@@ -18,15 +18,14 @@
 # needs GNU m4 for the PCBboard netlister
 DEPENDS+=              m4>=1.4:../../devel/m4
 
-DIST_SUBDIR=           geda
-PKGVERSION=            20030901
+.include "../../cad/geda/Makefile.common"
 
 CONFLICTS+=            gEDA<19991011
 
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 USE_GNU_TOOLS+=                make
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
 
 EVAL_PREFIX+=   PCBDIR=pcb
@@ -40,5 +39,6 @@
        ${RM} -f ${WRKSRC}/scheme/${f}.bak
 .endfor
 
-.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