summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-02-23 04:20:50 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-02-23 04:20:50 +0000
commitae01c9be2919a84c0c2dc521f1dbb60ba872dbf4 (patch)
tree804300e0869dc8afeac3acd12a96ce215e96332b /cad
parent0c25cdeab2ced60ba2cd60c63b71e1f87e7fa877 (diff)
downloadpkgsrc-ae01c9be2919a84c0c2dc521f1dbb60ba872dbf4.tar.gz
bl3ify and use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad')
-rw-r--r--cad/geda-utils/Makefile10
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"