diff options
author | dmcmahill <dmcmahill> | 2004-02-23 02:59:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-02-23 02:59:44 +0000 |
commit | a90a265372524569e394f332a7a49c33cf19eb62 (patch) | |
tree | f334244f732683b925c3a420f4f15838ee7425fb /cad/gschem | |
parent | 44125522c66a12e791cce0d61d3b933c9e4061d3 (diff) | |
download | pkgsrc-a90a265372524569e394f332a7a49c33cf19eb62.tar.gz |
bl3ify and use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad/gschem')
-rw-r--r-- | cad/gschem/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index 9141991868c..269d0897819 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/01/03 18:49:35 reed Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/23 02:59:44 dmcmahill Exp $ # DISTNAME= geda-gschem-${PKGVERSION} @@ -18,14 +18,14 @@ DEPENDS+= geda-symbols-${PKGVERSION}:../../cad/geda-symbols CONFLICTS+= gEDA<19991011 -DIST_SUBDIR= geda -PKGVERSION= 20030901 +.include "../../cad/geda/Makefile.common" GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES INFO_FILES= gschemdoc.info -.include "../../cad/libgeda/buildlink2.mk" -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../cad/libgeda/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |