summaryrefslogtreecommitdiff
path: root/mail/pulsar
diff options
context:
space:
mode:
Diffstat (limited to 'mail/pulsar')
-rw-r--r--mail/pulsar/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/pulsar/Makefile b/mail/pulsar/Makefile
index 09711b158bd..e541ec3fc1b 100644
--- a/mail/pulsar/Makefile
+++ b/mail/pulsar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:12 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/01 20:08:00 jlam Exp $
#
DISTNAME= pulsar-0.1.1
@@ -12,13 +12,12 @@ HOMEPAGE= http://pulsar.sourceforge.net/
COMMENT= Small, secure POP3 daemon, featuring native SSL support
GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
+USE_TOOLS+= autoconf gmake
MANCOMPRESSED= yes
pre-configure:
- cd ${WRKSRC}; ${AUTOCONF}
+ cd ${WRKSRC}; autoconf
.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/autoconf.mk"
.include "../../mk/bsd.pkg.mk"