diff options
Diffstat (limited to 'databases/tcl-gdbm')
-rw-r--r-- | databases/tcl-gdbm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/tcl-gdbm/Makefile b/databases/tcl-gdbm/Makefile index 6f6b953da20..68ee518e992 100644 --- a/databases/tcl-gdbm/Makefile +++ b/databases/tcl-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/07/07 16:07:09 bouyer Exp $ +# $NetBSD: Makefile,v 1.3 2000/02/15 09:26:19 agc Exp $ # DISTNAME= Tclgdbm0.6 @@ -8,8 +8,8 @@ MASTER_SITES= http://www.tcltk.com/ftp/ellson/ MAINTAINER= bouyer@netbsd.org -DEPENDS+= tcl-8.0.5:../../lang/tcl80 \ - gdbm-1.7.3:../../databases/gdbm +DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= gdbm-1.7.3:../../databases/gdbm GNU_CONFIGURE= yes |