diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:01:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-23 04:01:58 +0000 |
commit | 054e756066865482f62895a4961bff36b3976a49 (patch) | |
tree | 824bc8f3bd2462b6f4960bed57768b96bc8881c7 /cad/geda-examples | |
parent | 1af45822bd8eab4ab177b4e1f3f32c5e0af3f366 (diff) | |
download | pkgsrc-054e756066865482f62895a4961bff36b3976a49.tar.gz |
use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad/geda-examples')
-rw-r--r-- | cad/geda-examples/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/geda-examples/Makefile b/cad/geda-examples/Makefile index 02744454018..83879161922 100644 --- a/cad/geda-examples/Makefile +++ b/cad/geda-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/01/22 07:21:54 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/23 04:02:55 dmcmahill Exp $ # DISTNAME= geda-examples-${PKGVERSION} @@ -14,8 +14,7 @@ COMMENT= Examples for gEDA CONFLICTS+= gEDA<19991011 -DIST_SUBDIR= geda -PKGVERSION= 20030901 +.include "../../cad/geda/Makefile.common" GNU_CONFIGURE= YES USE_GNU_TOOLS+= make |