summaryrefslogtreecommitdiff
path: root/cad/gschem
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2004-02-23 02:59:44 +0000
committerdmcmahill <dmcmahill>2004-02-23 02:59:44 +0000
commit9ae898ae8233e35995cb1799b1b3bda3e6ce1367 (patch)
treef334244f732683b925c3a420f4f15838ee7425fb /cad/gschem
parentd27d496c612c0e8196f126a83268dc49e741ee14 (diff)
downloadpkgsrc-9ae898ae8233e35995cb1799b1b3bda3e6ce1367.tar.gz
bl3ify and use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad/gschem')
-rw-r--r--cad/gschem/Makefile12
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"