diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/couriertcpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/couriertcpd/Makefile b/net/couriertcpd/Makefile index 70ba431a46a..258ef1733d3 100644 --- a/net/couriertcpd/Makefile +++ b/net/couriertcpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/02/15 21:51:51 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2007/06/08 15:18:42 rillig Exp $ DISTNAME= courier-${COURIER_VERSION} PKGNAME= ${DISTNAME:S/-/tcpd-/} @@ -16,6 +16,7 @@ CONFLICTS= courier-imap<4.11 USE_TOOLS+= gmake USE_LANGUAGES= c c++ +PKG_SUPPORTED_OPTIONS= # none .include "../../mail/courier-mta/Makefile.common" # This package doesn't need to depend on courier-authlib -- just fake |