diff options
author | kim <kim@pkgsrc.org> | 2005-04-17 16:32:10 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-04-17 16:32:10 +0000 |
commit | 6b789b450865dcb48484db6dfd5775f14ded3eed (patch) | |
tree | 0a9f7740a184a96362655e1caf549d6f53833ae1 /mail/postgrey/Makefile | |
parent | 741f01341c99cd95072fad5ad445b1f64a4c8cae (diff) | |
download | pkgsrc-6b789b450865dcb48484db6dfd5775f14ded3eed.tar.gz |
Remove duplicate settings.
Diffstat (limited to 'mail/postgrey/Makefile')
-rw-r--r-- | mail/postgrey/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 0a0e6f42f7f..64582ca9e55 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/17 16:08:39 salo Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/17 16:32:10 kim Exp $ # DISTNAME= postgrey-1.21 @@ -15,10 +15,9 @@ DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB DEPENDS+= p5-IO-Multiplex-[0-9]*:../../devel/p5-IO-Multiplex DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server +NO_CONFIGURE= yes USE_PKGINSTALL= yes USE_PERL5= yes -NO_CONFIGURE= yes -USE_PERL5= # defined .include "../../mk/bsd.prefs.mk" |