diff options
Diffstat (limited to 'misc/tds/Makefile')
-rw-r--r-- | misc/tds/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tds/Makefile b/misc/tds/Makefile index 8fb19aaa32e..80606c50075 100644 --- a/misc/tds/Makefile +++ b/misc/tds/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2004/01/27 00:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.10 2005/07/08 20:27:05 kristerw Exp $ # DISTNAME= tds-1.4.2 +PKGREVISION= 1 CATEGORIES= misc www japanese MASTER_SITES= http://tds.dive-in.to/dist/stable/ @@ -11,6 +12,7 @@ COMMENT= Web diary system USE_PERL5= YES GNU_CONFIGURE= YES +CONFIGURE_ENV+= PERL5="${PERL5}" NO_BUILD= YES |