summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-12 19:15:41 +0000
committerjlam <jlam>2002-04-12 19:15:41 +0000
commit85bfa8ab6188462b22b296e20e8b7fa47def1014 (patch)
treee325956ba8d9e534ac438945c374459018480e96 /japanese
parent87b34708c300e99c0d1702b3018f66ac43eafbb1 (diff)
downloadpkgsrc-85bfa8ab6188462b22b296e20e8b7fa47def1014.tar.gz
Note that canna-lib uses imake by defining USE_X11. We can't use USE_IMAKE
for other reasons, but we should prevent building this package on machines without X11.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/canna-lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile
index b130f8fbbd1..7a4a0b8f3c5 100644
--- a/japanese/canna-lib/Makefile
+++ b/japanese/canna-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/04/05 23:44:40 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2002/04/12 19:15:41 jlam Exp $
#
DISTNAME= Canna35b2
@@ -20,6 +20,7 @@ INSTALL_TARGET= install install.man
# XXX USE_IMAKE can't pass MAKE_FLAGS to XMKMF.
#USE_IMAKE= # defined
+USE_X11= # defined
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"