USE_X11=yes

This commit is contained in:
sturm 2003-03-31 13:44:03 +00:00
parent 50012fd821
commit 6df4dde61a
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# From FreeBSD: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
# $FreeBSD: Makefile,v 1.19 1997/09/23 02:17:58 max Exp $
# $OpenBSD: Makefile,v 1.42 2002/10/27 00:52:43 naddy Exp $
# $OpenBSD: Makefile,v 1.43 2003/03/31 13:44:03 sturm Exp $
COMMENT= "Japanese input method"
COMMENT-dict= "dictionaries for Japanese Wnn"
@ -89,6 +89,8 @@ BUILD_DEPENDS= :ja-groff-*:japanese/groff
# Run depends ensure this does not turn into infinite recursion, since
# this is not needed before package build time.
USE_X11= Yes
do-distpatch:
cd ${WRKDIR} && tar zxf ${FULLDISTDIR}/Wnn4.2.patch.tar.gz
cd ${WRKSRC} && patch ${PATCH_DIST_ARGS} < ${WRKDIR}/Wnn4.2.patch

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2002/10/27 00:52:43 naddy Exp $
# $OpenBSD: Makefile,v 1.9 2003/03/31 13:44:03 sturm Exp $
COMMENT= "extra japanese fonts"
@ -20,6 +20,9 @@ FONTDIR=${PREFIX}/lib/X11/fonts/ja
# Don't bother extracting non-japanese fonts
EXTRACT_CASES=*) tar zxf ${FULLDISTDIR}/$$archive `sed <${FILESDIR}/list -e s,^,${DISTNAME}/,`;;
# bdftopcf
USE_X11= Yes
CONFIGURE_STYLE= gnu dest
NO_BUILD= Yes
NO_REGRESS= Yes