diff options
Diffstat (limited to 'print/acroread5/Makefile')
-rw-r--r-- | print/acroread5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 43c4a0ff943..ed898a4634b 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/06/17 03:50:30 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/10 16:46:37 recht Exp $ DISTNAME= acroread5 # Overridden below PKGNAME= acroread5-5.10 @@ -11,6 +11,9 @@ HOMEPAGE= http://www.adobe.com/prodindex/acrobat/readstep.html COMMENT= View, distribute and print PDF documents CONFLICTS+= acroread-5.* +# conflict with acroread7 due to bin/acroread +CONFLICTS+= acroread-7.* +CONFLICTS+= acroread7-7.* RESTRICTED= "Original installer required to redistribute." NO_SRC_ON_CDROM= ${RESTRICTED} |