summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>2000-05-01 18:03:33 +0000
committerJustin M. Seger <jseger@FreeBSD.org>2000-05-01 18:03:33 +0000
commit8bb41b99e7eef2f5a25d72795e1b008219be3716 (patch)
tree4b57e87e3f86e7d17b301ccea73fb931d89e2692 /print
parentUpgrade to tkdesk-1.2 (diff)
Mark FORBIDDEN for non-Japanese languages. This was the last port requiring
the non-Japanese tcl/tk 7.6/4.2
Notes
Notes: svn path=/head/; revision=28239
Diffstat (limited to 'print')
-rw-r--r--print/gp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile
index 9658a1205f6c..9230ef6ef3b4 100644
--- a/print/gp/Makefile
+++ b/print/gp/Makefile
@@ -24,6 +24,7 @@ RUN_DEPENDS= ${PREFIX}/bin/psbook:${PORTSDIR}/print/psutils-${PAPERSIZE} \
LANGUAGE?= English
.if (${LANGUAGE} == "English")
+FORBIDDEN= Broken unless someone makes it work with tcl/tk 8.X
ALL_TARGET= filters
LIB_DEPENDS= tcl76.1:${PORTSDIR}/lang/tcl76
RUN_DEPENDS+= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11-toolkits/tk42
@@ -40,6 +41,7 @@ DOCDIRNAME= Doc.ja
DOCEXT= .euc
PAPERSIZE= a4
.else
+FORBIDDEN= Broken unless someone makes it work with tcl/tk 8.X
PAPERSIZE= a4
.endif
MAKE_ENV= LANGUAGE=${LANGUAGE} LANGEXT=${LANGEXT}