diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-11 13:31:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-11 13:31:58 +0000 |
commit | bdb62dcd62cbc0e90fce654823ea5c79983efa5e (patch) | |
tree | 13b8d8afc048a549c94f073f59164c02b7989cde /cad/xcircuit/Makefile | |
parent | fc5b9ebd8aecb302f63866a09374b228c54baadc (diff) | |
download | pkgsrc-bdb62dcd62cbc0e90fce654823ea5c79983efa5e.tar.gz |
Update to 3.7.50
* Use gmake.
Changelog:
* Bugfixes.
* Some new features.
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index d05db3508f7..c5273fd7d9e 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2013/06/06 12:54:08 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2013/06/11 13:31:58 ryoon Exp $ -DISTNAME= xcircuit-3.4.26 -PKGREVISION= 5 +DISTNAME= xcircuit-3.7.50 CATEGORIES= cad graphics MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ EXTRACT_SUFX= .tgz @@ -11,7 +10,7 @@ HOMEPAGE= http://opencircuitdesign.com/xcircuit/ COMMENT= Drawing program for X11 (especially for circuits) WRKSRC= ${WRKDIR}/${DISTNAME} -USE_TOOLS+= gs:run +USE_TOOLS+= gmake gs:run GNU_CONFIGURE= yes .include "../../lang/tcl/Makefile.version" |