diff options
author | snj <snj> | 2004-05-09 21:14:42 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-09 21:14:42 +0000 |
commit | 7b63ddfd572a41f9e8314950e9abf10e316fa68a (patch) | |
tree | 6ad1699978d617b14e07539d96057b981835cff0 /mail/sendmail | |
parent | 627d490a678aae18ecea595bd46f924a02d4842d (diff) | |
download | pkgsrc-7b63ddfd572a41f9e8314950e9abf10e316fa68a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 16 | ||||
-rw-r--r-- | mail/sendmail/Makefile.common | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 491b978e19c..2d6cc1d5acf 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2004/04/21 21:09:31 cube Exp $ +# $NetBSD: Makefile,v 1.70 2004/05/09 21:14:43 snj Exp $ .include "../../mail/sendmail/Makefile.common" @@ -16,28 +16,28 @@ USE_DB2?= YES USE_DB2?= NO .endif .if defined(USE_DB4) && ${USE_DB4} == YES -.include "../../databases/db4/buildlink2.mk" +.include "../../databases/db4/buildlink3.mk" .elif ${USE_DB2} == YES -.include "../../databases/db/buildlink2.mk" +.include "../../databases/db/buildlink3.mk" .endif .if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES -.include "../../databases/openldap/buildlink2.mk" +.include "../../databases/openldap/buildlink3.mk" .endif .if defined(USE_SASL2) && ${USE_SASL2} == YES -.include "../../security/cyrus-sasl2/buildlink2.mk" +.include "../../security/cyrus-sasl2/buildlink3.mk" .elif defined(USE_SASL) && ${USE_SASL} == YES -.include "../../security/cyrus-sasl/buildlink2.mk" +.include "../../security/cyrus-sasl/buildlink3.mk" .endif .if defined(USE_STARTTLS) && ${USE_STARTTLS} == YES -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .endif USE_TCPWRAPPERS?= YES .if ${USE_TCPWRAPPERS} == YES -.include "../../security/tcp_wrappers/buildlink2.mk" +.include "../../security/tcp_wrappers/buildlink3.mk" .endif post-patch: make-sendmail-siteconfig diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index e5b6d0d3486..ed80ecfdc2f 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2004/04/21 21:09:31 cube Exp $ +# $NetBSD: Makefile.common,v 1.17 2004/05/09 21:14:43 snj Exp $ # # Makefile fragment shared with libmilter # @@ -30,7 +30,7 @@ BUILD_DEFS+= USE_INET6 USE_TCPWRAPPERS USE_OPENLDAP USE_DB2 \ DESCR_SRC= ${WRKDIR}/.DESCR_SRC WRKSRC= ${WRKDIR}/sendmail-${DIST_VERS} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= m4 MAKE_ENV+= M4="${M4}" |