diff options
author | ad <ad> | 2000-02-15 16:54:26 +0000 |
---|---|---|
committer | ad <ad> | 2000-02-15 16:54:26 +0000 |
commit | cc0c18893375b1a35988402641bbde359614983c (patch) | |
tree | a1cf14ef40a4568c4947ecdc8f62a18153adae20 /mail | |
parent | c159ab1e86144ac4ac3e1016e4733cb332bc79e0 (diff) | |
download | pkgsrc-cc0c18893375b1a35988402641bbde359614983c.tar.gz |
Use USE_PERL5, not DEPENDS.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 0f82fb38416..5f7e8e6f536 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/01/21 12:53:42 ad Exp $ +# $NetBSD: Makefile,v 1.12 2000/02/15 16:54:26 ad Exp $ DISTNAME= exim-3.13 CATEGORIES= mail net @@ -10,7 +10,7 @@ DISTFILES= exim-3.13.tar.gz exim-html-3.10.tar.gz MAINTAINER= ad@netbsd.org HOMEPAGE= http://www.exim.org/ -DEPENDS+= perl-5.00404:../../lang/perl5 +USE_PERL5= yes pre-patch: ${MKDIR} ${WRKSRC}/Local |