diff options
author | tron <tron> | 2002-06-17 20:21:46 +0000 |
---|---|---|
committer | tron <tron> | 2002-06-17 20:21:46 +0000 |
commit | 68326981fc717e4babd43ed4939eca2f0ab14e8c (patch) | |
tree | 727a05f91e7c33e3f44ff28e0374ea08acb80654 /mail/sendmail | |
parent | d3d5c1e7481c1fb9f6ebd209f2f5b036cc3fcf4a (diff) | |
download | pkgsrc-68326981fc717e4babd43ed4939eca2f0ab14e8c.tar.gz |
Record various build definitions.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e1733690567..94b32913d64 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2002/06/17 20:13:10 tron Exp $ +# $NetBSD: Makefile,v 1.46 2002/06/17 20:21:46 tron Exp $ DISTNAME= sendmail.8.11.6 PKGNAME= sendmail-8.11.6 @@ -31,7 +31,7 @@ MAKE_ENV+= BSD_BINOWN="${BINOWN}" BSD_BINGRP="${BINGRP}" \ WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//} SITECONFIG= ${WRKSRC}/devtools/Site/site.config.m4 -BUILD_DEFS+= USE_INET6 +BUILD_DEFS+= USE_WIDEPATCH USE_INET6 USE_LDAP USE_DB2 USE_STARTTLS .include "../../mk/bsd.prefs.mk" |