diff options
author | wiz <wiz> | 2001-02-16 13:41:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:41:26 +0000 |
commit | 50d79f1689e6205ba9bb8c3038bba0934b7fa658 (patch) | |
tree | 7796c2e9b8aee283b13448855c903fab00ce9e97 /cad/boolean | |
parent | a2a55c607ab5e4747b94deae3456a9fb4c6dd009 (diff) | |
download | pkgsrc-50d79f1689e6205ba9bb8c3038bba0934b7fa658.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'cad/boolean')
-rw-r--r-- | cad/boolean/Makefile | 3 | ||||
-rw-r--r-- | cad/boolean/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index bd5b833ed2f..94af91ce40c 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:46:16 wiz Exp $ # DISTNAME= boolean @@ -9,6 +9,7 @@ EXTRACT_SUFX= .zip 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.1:../../x11/wxGTK diff --git a/cad/boolean/pkg/COMMENT b/cad/boolean/pkg/COMMENT deleted file mode 100644 index 4728417dacb..00000000000 --- a/cad/boolean/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -GDSII viewer/editor + (boolean) operations on sets of 2d polygons |