diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-25 09:30:54 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-25 09:30:54 +0000 |
commit | 665267647666a235ba44890549277b2080437960 (patch) | |
tree | 667b91f18e5dc79da71a682632dfb006d322a85f /print/acroread5-commfont | |
parent | a) Some corrupts with Makefile and pkg-plist. (diff) |
Add $FORBIDDEN in case of WITH_EXTRAFONT for license issue.
Notes
Notes:
svn path=/head/; revision=85574
Diffstat (limited to 'print/acroread5-commfont')
-rw-r--r-- | print/acroread5-commfont/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/acroread5-commfont/Makefile b/print/acroread5-commfont/Makefile index 25ba96439572..a31852c17aba 100644 --- a/print/acroread5-commfont/Makefile +++ b/print/acroread5-commfont/Makefile @@ -20,6 +20,10 @@ SLAVEDIRS= chinese/acroread-chsfont chinese/acroread-chtfont .include <bsd.port.pre.mk> +.if defined(WITH_EXTRAFONT) +FORBIDDEN= Adobe license seems to disallow using fonts for 4.x on 5.x. +.endif + .if ${DISTNAME} == "commfont" ###### For this port ############################# .if exists(${DISTDIR}/${DIST_SUBDIR}/jpnfont.tar.gz) |