diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:41:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:41:26 +0000 |
commit | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (patch) | |
tree | 7796c2e9b8aee283b13448855c903fab00ce9e97 /cad/ipal-current/Makefile | |
parent | f7bb9e20782489fc6e22bb6c35c26051cb1d8c33 (diff) | |
download | pkgsrc-2db9056f6e9918e76e686389fa7de8a0a3ed22b6.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'cad/ipal-current/Makefile')
-rw-r--r-- | cad/ipal-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/ipal-current/Makefile b/cad/ipal-current/Makefile index 18905f3b2ab..ec2d86a01f0 100644 --- a/cad/ipal-current/Makefile +++ b/cad/ipal-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/12/19 16:36:52 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 13:46:24 wiz Exp $ # DISTNAME= ipal-20001210 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://icarus.com/pub/eda/ipal/snapshots/ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://www.icarus.com/eda/ipal/index.html +COMMENT= Libs and utils for manipulating PAL designs (development version) BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= gtk+>=1.2.7:../../x11/gtk |