diff options
author | ad <ad@pkgsrc.org> | 2000-02-15 16:54:26 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2000-02-15 16:54:26 +0000 |
commit | a52965912b125be0dd5250333f63b6cdb388b979 (patch) | |
tree | a1cf14ef40a4568c4947ecdc8f62a18153adae20 | |
parent | 72e40db6713ab3d07c56c82a450e1eb3bbb87d45 (diff) | |
download | pkgsrc-a52965912b125be0dd5250333f63b6cdb388b979.tar.gz |
Use USE_PERL5, not DEPENDS.
-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 |