diff options
Diffstat (limited to 'meta-pkgs/courier/Makefile')
-rw-r--r-- | meta-pkgs/courier/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/courier/Makefile b/meta-pkgs/courier/Makefile index ed5b310c651..2d1287843aa 100644 --- a/meta-pkgs/courier/Makefile +++ b/meta-pkgs/courier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/02/19 18:45:37 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/15 09:51:59 joerg Exp $ DISTNAME= courier-${COURIER_VERSION} CATEGORIES= meta-pkgs mail @@ -9,6 +9,8 @@ MAINTAINER= jlam@pkgsrc.org HOMEPAGE= http://www.courier-mta.org/ COMMENT= Meta-package for the Courier mail server suite +META_PACKAGE= yes + # COURIER_VERSION should match the variable of the same name found in # pkgsrc/mail/courier-mta/Makefile.common. # @@ -37,6 +39,4 @@ DEPENDS+= sqwebmail>=5.2.0nb2:../../mail/sqwebmail # DEPENDS+= courier-analog>=0.15:../../mail/courier-analog -META_PACKAGE= yes - .include "../../mk/bsd.pkg.mk" |