diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-12 16:06:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-12 16:06:25 +0000 |
commit | 7f5b6810fb2358c13172f9718862a6a6be36fe3f (patch) | |
tree | 536e2007853bbfa96f6b070e918da523846ec8d5 /misc | |
parent | 801d97d953956919d822dd72de79f0e278441b89 (diff) | |
download | pkgsrc-7f5b6810fb2358c13172f9718862a6a6be36fe3f.tar.gz |
USE_PERL -> USE_PERL5.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tds/Makefile b/misc/tds/Makefile index d24ac1d6eda..f2416eb9554 100644 --- a/misc/tds/Makefile +++ b/misc/tds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/04/16 14:41:01 kei Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/12 16:06:25 wiz Exp $ # DISTNAME= tds-1.4.2 @@ -9,7 +9,7 @@ MAINTAINER= kei@netbsd.org HOMEPAGE= http://tds.dive-in.to/ COMMENT= web diary system -USE_PERL= YES +USE_PERL5= YES GNU_CONFIGURE= YES NO_BUILD= YES |