diff options
-rw-r--r-- | mail/qmail/options.mk | 6 | ||||
-rw-r--r-- | net/djbdns/Makefile | 7 |
2 files changed, 2 insertions, 11 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk index 6379f781e7a..ee2300194b4 100644 --- a/mail/qmail/options.mk +++ b/mail/qmail/options.mk @@ -1,13 +1,9 @@ -# $NetBSD: options.mk,v 1.7 2005/01/26 03:48:21 schmonz Exp $ +# $NetBSD: options.mk,v 1.8 2005/03/23 01:48:06 schmonz Exp $ .if ${OPSYS} == "Darwin" PKG_DEFAULT_OPTIONS+= darwin .endif -.if ${OPSYS} == "Linux" -PKG_DEFAULT_OPTIONS+= netqmail # for the errno patches -.endif - PKG_OPTIONS_VAR= PKG_OPTIONS.qmail PKG_SUPPORTED_OPTIONS= badrcptto bigdns darwin nullenvsender netqmail PKG_SUPPORTED_OPTIONS+= outgoingip qregex realrcptto sasl syncdir tls viruscan diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index ff09e09588c..e091d028019 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/03/23 00:57:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.42 2005/03/23 01:48:06 schmonz Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -37,11 +37,6 @@ GCC_REQD+= 3.0 INSTALLATION_DIRS= bin man man/man1 man/man5 man/man8 share/examples/djbdns -.include "../../mk/compiler.mk" -.if ${OPSYS} == "Linux" && !empty(CC_VERSION:Mgcc-*) -CFLAGS+= --include errno.h -.endif - .include "options.mk" post-install: |