diff options
author | jlam <jlam> | 2002-04-14 14:04:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-04-14 14:04:43 +0000 |
commit | a8391ecadafe13bfdcf3c052d8049dbaa3f21b93 (patch) | |
tree | 2921f88697734396e4dc7b396493fb9e27b4eaff | |
parent | f3bb679aa04f8d79f3a3daf5bae8626fb48c4870 (diff) | |
download | pkgsrc-a8391ecadafe13bfdcf3c052d8049dbaa3f21b93.tar.gz |
For similar reasons as canna-lib, this package must also be marked as
USE_X11BASE.
-rw-r--r-- | japanese/canna-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile index fedc9b8fd84..d47fbd0a119 100644 --- a/japanese/canna-server/Makefile +++ b/japanese/canna-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/04/10 14:25:48 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2002/04/14 14:04:43 jlam Exp $ DISTNAME= Canna35b2 PKGNAME= Canna-server-3.5.2 @@ -21,6 +21,7 @@ DISTINFO_FILE= ${.CURDIR}/../../japanese/canna-lib/distinfo PATCHDIR= ${.CURDIR}/../../japanese/canna-lib/patches BUILD_DEFS+= USE_INET6 +USE_X11BASE= yes .include "../../mk/bsd.prefs.mk" .if 0 # ${USE_INET6} == "YES" |