diff options
author | dmcmahill <dmcmahill> | 2004-02-22 20:38:49 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-02-22 20:38:49 +0000 |
commit | 39469a8219b4eaec09555c84467fa347fa7ac1ba (patch) | |
tree | 428e653924de2300b7313797b0cf5520381aa8e7 /cad/libgeda | |
parent | 653c80f4ae1fc863c6b4ecb89f065f0136b910cc (diff) | |
download | pkgsrc-39469a8219b4eaec09555c84467fa347fa7ac1ba.tar.gz |
use the geda/Makefile.common for some common variables
Diffstat (limited to 'cad/libgeda')
-rw-r--r-- | cad/libgeda/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 3800cf7d9a4..0bd011a8c0b 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/02/22 20:01:28 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.27 2004/02/22 20:39:18 dmcmahill Exp $ # DISTNAME= libgeda-${PKGVERSION} @@ -15,8 +15,7 @@ COMMENT= Library of shared modules for gEDA CONFLICTS+= gEDA<19991011 -DIST_SUBDIR= geda -PKGVERSION= 20030901 +.include "../../cad/geda/Makefile.common" GNU_CONFIGURE= YES USE_LIBTOOL= YES |