07dd3147c6
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
9 lines
158 B
Makefile
9 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/09/07 22:12:13 jlam Exp $
|
|
#
|
|
|
|
PKGNAME= mini_sendmail-1.3.6
|
|
PKGREVISION= 2
|
|
|
|
BUILD_DEFS+= IPV6_READY
|
|
|
|
.include "Makefile.common"
|