summaryrefslogtreecommitdiff
path: root/net/couriertcpd
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-21 19:21:17 +0000
committerrillig <rillig@pkgsrc.org>2020-05-21 19:21:17 +0000
commite5382aa8a127f87c4f9ccd7f8999e323de538bb1 (patch)
tree1a09ec275a0fe4bbe940073d0fd41eb3d908f24d /net/couriertcpd
parent6b8380697ae6e844130fc95577bf090a084ab9d1 (diff)
downloadpkgsrc-e5382aa8a127f87c4f9ccd7f8999e323de538bb1.tar.gz
net/couriertcpd: remove ipv6 option
The configure script does not know --with-ipv6 anymore.
Diffstat (limited to 'net/couriertcpd')
-rw-r--r--net/couriertcpd/Makefile4
-rw-r--r--net/couriertcpd/options.mk16
2 files changed, 1 insertions, 19 deletions
diff --git a/net/couriertcpd/Makefile b/net/couriertcpd/Makefile
index 304b2e60073..25fce87f82e 100644
--- a/net/couriertcpd/Makefile
+++ b/net/couriertcpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/26 17:31:48 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/21 19:21:17 rillig Exp $
DISTNAME= courier-${COURIER_VERSION}
PKGNAME= ${DISTNAME:S/-/tcpd-/}
@@ -16,8 +16,6 @@ CONFLICTS= courier-imap<4.1.1
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
-.include "options.mk"
-
.include "../../mail/courier-mta/Makefile.common"
# This package doesn't need to depend on courier-authlib -- just fake
diff --git a/net/couriertcpd/options.mk b/net/couriertcpd/options.mk
deleted file mode 100644
index f2298ae1601..00000000000
--- a/net/couriertcpd/options.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2019/09/26 11:36:55 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.couriertcpd
-PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= inet6
-
-.include "../../mk/bsd.options.mk"
-
-###
-### IPv6 support.
-###
-.if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+= --with-ipv6
-.else
-CONFIGURE_ARGS+= --without-ipv6
-.endif