diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-08 15:18:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-08 15:18:42 +0000 |
commit | de69808a15c2459ff594b672fb9824258c09fed6 (patch) | |
tree | 8266cd80e168955e1226a88a3237e76b7d9c5b3b /net | |
parent | 0e7bdd343fc8ecf57171c84e2c60336ec71647bb (diff) | |
download | pkgsrc-de69808a15c2459ff594b672fb9824258c09fed6.tar.gz |
This package has no options, but uses a Makefile.common which includes
bsd.options.mk. Therefore, an empty PKG_SUPPORTED_OPTIONS is needed.
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 |