diff options
author | wiz <wiz> | 2002-11-01 16:34:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-01 16:34:34 +0000 |
commit | 849569cfd5e10afdc08171502cc884e732fedcdf (patch) | |
tree | 5bf46c240b57df1eed0497c9486dd8dd8411136a /lang/librep | |
parent | f8fa85c24606ca655c681fbab2ce0b68018d992e (diff) | |
download | pkgsrc-849569cfd5e10afdc08171502cc884e732fedcdf.tar.gz |
Depend on latest gdbm and bump PKGREVISION (major bump in gdbm library).
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index faca0ff2b7c..cda85a310c5 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2002/10/05 22:54:10 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2002/11/01 16:34:39 wiz Exp $ # DISTNAME= librep-${REP_VERS} REP_VERS= 0.15.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librep/} @@ -11,7 +11,6 @@ MAINTAINER= danw@netbsd.org HOMEPAGE= http://librep.sourceforge.net/ COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM -BUILDLINK_DEPENDS.gdbm= gdbm>=1.8.0 USE_GNU_READLINE= # uses rl_basic_quote_characters USE_BUILDLINK2= # defined |