diff options
author | rh <rh@pkgsrc.org> | 2000-01-06 13:28:42 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-06 13:28:42 +0000 |
commit | 4de31052af69634e50e9b91ee5cd82cb83943c18 (patch) | |
tree | 9b8edc28d08cf58f54b8bbd81f5e133c1cf2bdcb | |
parent | ec3b7d4b2da0732c082a601f8fc9278867579aeb (diff) | |
download | pkgsrc-4de31052af69634e50e9b91ee5cd82cb83943c18.tar.gz |
DEPENGS --> DEPENDS
-rw-r--r-- | devel/libstroke/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 40b244fc429..115c298746a 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/02 16:41:05 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/06 13:28:42 rh Exp $ # DISTNAME= libstroke-0.3 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.etla.net/libstroke/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.etla.net/libstroke/ -DEPENGS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= tcl-8.0.5:../../lang/tcl80 GNU_CONFIGURE= YES USE_LIBTOOL= YES |