diff options
Diffstat (limited to 'mail/qpopper/Makefile')
-rw-r--r-- | mail/qpopper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 004d6217c59..94b313b3d4b 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/03/26 02:27:44 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2004/04/18 05:15:26 snj Exp $ # DISTNAME= qpopper${VERSION} @@ -17,7 +17,7 @@ COMMENT= Qualcomm's POP server for Eudora .include "Makefile.common" -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGINSTALL= yes CONFIGURE_ARGS+= --with-openssl=${SSLBASE} @@ -35,5 +35,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/samples/qpopper.config \ ${PREFIX}/share/examples -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |