diff options
author | wiz <wiz> | 2001-02-16 13:41:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:41:26 +0000 |
commit | 4c3dfcb96a12ad0a22dddb9f4c146cfc65e4c845 (patch) | |
tree | 7796c2e9b8aee283b13448855c903fab00ce9e97 /cad/libgeda/Makefile | |
parent | 1a921119dd7800c8643b301cf01c02647fdd018d (diff) | |
download | pkgsrc-4c3dfcb96a12ad0a22dddb9f4c146cfc65e4c845.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'cad/libgeda/Makefile')
-rw-r--r-- | cad/libgeda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index 52cce23e307..adf4fc29758 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/15 23:07:50 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 13:46:24 wiz Exp $ # DISTNAME= libgeda-${PKGVERSION} @@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.geda.seul.org/ +COMMENT= Library of shared modules for gEDA DEPENDS+= guile>=1.3.0:../../lang/guile DEPENDS+= libstroke-*:../../devel/libstroke |