diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/librep/Makefile | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/librep/Makefile')
-rw-r--r-- | lang/librep/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index ffec0231106..614ee2eaef7 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/12/16 01:57:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 09:07:19 agc Exp $ # DISTNAME= librep-${REP_VERS} @@ -8,6 +8,7 @@ MASTER_SITES= ftp://librep.sourceforge.net/pub/librep/ MAINTAINER= danw@netbsd.org HOMEPAGE= http://librep.sourceforge.net/ +COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM DEPENDS+= gmp>=3.0:../../devel/gmp DEPENDS+= gdbm>=1.8.0:../../databases/gdbm |