diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:20:50 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:20:50 +0000 |
commit | 35c24319f0e1be1602757aa12a36fbf607014de6 (patch) | |
tree | 804300e0869dc8afeac3acd12a96ce215e96332b /cad | |
parent | 054e756066865482f62895a4961bff36b3976a49 (diff) | |
download | pkgsrc-35c24319f0e1be1602757aa12a36fbf607014de6.tar.gz |
bl3ify and use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad')
-rw-r--r-- | cad/geda-utils/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/geda-utils/Makefile b/cad/geda-utils/Makefile index 7cc72e36fa7..541a57aa5f9 100644 --- a/cad/geda-utils/Makefile +++ b/cad/geda-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/02/21 06:35:10 snj Exp $ +# $NetBSD: Makefile,v 1.23 2004/02/23 04:20:50 dmcmahill Exp $ # DISTNAME= geda-utils-${PKGVERSION} @@ -22,11 +22,10 @@ LEX= ${LEXDIR}/bin/flex CONFLICTS+= gEDA<19991011 -DIST_SUBDIR= geda -PKGVERSION= 20030901 +.include "../../cad/geda/Makefile.common" GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PERL5= YES # let (f)lex rebuild this file. The distributed one doesn't @@ -47,5 +46,6 @@ REPLACE_PERL+= scripts/pads_backannotate \ scripts/refdes_renum \ scripts/sarlacc_sym -.include "../../cad/libgeda/buildlink2.mk" +.include "../../cad/libgeda/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |