diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-15 09:51:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-15 09:51:58 +0000 |
commit | 76e564a8a9fb456836c4de9f2565aa5552515f7d (patch) | |
tree | 83ecf28a83c06fb685449261e4a5c056825e7a06 /mail | |
parent | 6d8cb09354d1a13b900d9c48b49c5c6c46e12ce9 (diff) | |
download | pkgsrc-76e564a8a9fb456836c4de9f2565aa5552515f7d.tar.gz |
Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-pgp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/claws-mail-pgp/Makefile b/mail/claws-mail-pgp/Makefile index 919f706175d..25b38ba3924 100644 --- a/mail/claws-mail-pgp/Makefile +++ b/mail/claws-mail-pgp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2008/06/12 02:14:34 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/15 09:51:59 joerg Exp $ # -PKG_DESTDIR_SUPPORT= user-destdir +META_PACKAGE= yes .include "../../mail/claws-mail/Makefile.vers" @@ -15,6 +15,4 @@ DEPENDS+= claws-mail-pgpcore-3.4.0{,nb[0-9]*}:../../mail/claws-mail-pgpcore DEPENDS+= claws-mail-pgpmime-3.4.0{,nb[0-9]*}:../../mail/claws-mail-pgpmime DEPENDS+= claws-mail-pgpinline-3.4.0{,nb[0-9]*}:../../mail/claws-mail-pgpinline -META_PACKAGE= yes - .include "../../mk/bsd.pkg.mk" |