diff options
author | smb <smb> | 2008-07-03 18:04:26 +0000 |
---|---|---|
committer | smb <smb> | 2008-07-03 18:04:26 +0000 |
commit | 8227fd9e9249202b3edb8a2c5540dc9352f6e69c (patch) | |
tree | cc757f6815d65e80db060cc48db076389754696e /mail | |
parent | 4b436e9b1116f4c65b3c815c4393cded3920dbea (diff) | |
download | pkgsrc-8227fd9e9249202b3edb8a2c5540dc9352f6e69c.tar.gz |
Added restriction on binary redistribution because of GPL version
incompatibility with the claws-mail base package.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-pdf_viewer/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/claws-mail-pdf_viewer/Makefile b/mail/claws-mail-pdf_viewer/Makefile index 3a7ac41e963..d5fd424c4f3 100644 --- a/mail/claws-mail-pdf_viewer/Makefile +++ b/mail/claws-mail-pdf_viewer/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:33 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2008/07/03 18:04:26 smb Exp $ # DISTNAME= pdf_viewer-0.9.1 PKGNAME= claws-mail-pdf_viewer-0.9.1 +PKGREVISION=1 CATEGORIES= mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ @@ -11,6 +12,10 @@ COMMENT= Enables the viewing of PDF and PostScript attachments PKG_DESTDIR_SUPPORT= user-destdir +RESTRICTED=gpl-version-incompatibility +NO_BIN_ON_FTP=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + PLIST_SRC+= PLIST DEPENDS+= claws-mail-3.4.0{,nb[0-9]*}:../../mail/claws-mail |