diff options
Diffstat (limited to 'cad/boolean')
-rw-r--r-- | cad/boolean/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 115319905b2..485e0863a3f 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/05/02 11:53:55 wiz Exp $ # DISTNAME= boolean PKGNAME= boolean-${REL} -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/boolean/${REL}/linux CATEGORIES= cad graphics MASTER_SITES= http://www.xs4all.nl/~kholwerd/download/boolzip/ @@ -13,7 +13,7 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.xs4all.nl/~kholwerd/bool.html COMMENT= GDSII viewer/editor + (boolean) operations on sets of 2d polygons -DEPENDS+= wxGTK>=2.2.7nb1:../../x11/wxGTK +DEPENDS+= wxGTK>=2.4.0nb1:../../x11/wxGTK DIST_SUBDIR= ${PKGNAME_NOREV} REL= 6.2 |