diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-26 16:35:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-26 16:35:30 +0000 |
commit | f3c7999494e3e6890770080e542f0b3e05a1a38c (patch) | |
tree | 929253f6ca3080a1c619d7c9eeea75c9ceac031c /mail/maildrop/Makefile | |
parent | 7a68fd5270cf2b40426a6ab8d20567b4db397e48 (diff) | |
download | pkgsrc-f3c7999494e3e6890770080e542f0b3e05a1a38c.tar.gz |
USE_PERL5 in non-working .if -> BUILD_DEPENDS on perl.
Diffstat (limited to 'mail/maildrop/Makefile')
-rw-r--r-- | mail/maildrop/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index b24234c45c1..f28fcdcfdc5 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 18:24:51 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/04/26 16:35:30 wiz Exp $ # DISTNAME= maildrop-1.2.2 @@ -9,9 +9,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/ COMMENT= mail delivery agent with filtering abilities -.if make(install-run-depends) # only needed for building -USE_PERL5= YES -.endif +BUILD_DEPENDS+= perl>=5.6.0:../../lang/perl5 GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-db=db |