diff options
author | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-02 11:53:34 +0000 |
commit | bef3134ed490d801c9b67d774eb140aa65897ab4 (patch) | |
tree | 0b3576bf8d40c5f7d058728d38e43564bcae5836 /cad/boolean | |
parent | 24aabfa97a1b266a2e8fe1d6f66ea5255c1f61cc (diff) | |
download | pkgsrc-bef3134ed490d801c9b67d774eb140aa65897ab4.tar.gz |
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
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 |