diff options
author | snj <snj@pkgsrc.org> | 2004-03-28 21:34:35 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-28 21:34:35 +0000 |
commit | 504c1373097b9636d293ea08ca20c3d86f6ffec1 (patch) | |
tree | 423f2281eb6cc3d8a1e82f53ddb34bc7bf7befa8 /mail | |
parent | f0d66fc1bb4b8354792723852ed9d4d069531d49 (diff) | |
download | pkgsrc-504c1373097b9636d293ea08ca20c3d86f6ffec1.tar.gz |
Use bl3 and sort a section.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pulsar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/pulsar/Makefile b/mail/pulsar/Makefile index 98a5b9b9472..c5b026b6490 100644 --- a/mail/pulsar/Makefile +++ b/mail/pulsar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 21:02:15 martin Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/28 21:34:35 snj Exp $ # DISTNAME= pulsar-0.1.1 @@ -10,8 +10,8 @@ MAINTAINER= martin@NetBSD.org HOMEPAGE= http://pulsar.sourceforge.net/ COMMENT= Small, secure POP3 daemon, featuring native SSL support -USE_BUILDLINK2= yes GNU_CONFIGURE= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make MANCOMPRESSED= yes @@ -19,6 +19,6 @@ MANCOMPRESSED= yes pre-configure: cd ${WRKSRC}; ${AUTOCONF} -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" |