diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xyaku/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/xyaku/Makefile b/japanese/xyaku/Makefile index 16a2299f74ea..c613ee20209f 100644 --- a/japanese/xyaku/Makefile +++ b/japanese/xyaku/Makefile @@ -12,7 +12,7 @@ CATEGORIES= japanese textproc MASTER_SITES= http://home.catv.ne.jp/pp/ginoue/software/xyaku/ \ http://redundancy.redundancy.org/mirror/ -MAINTAINER= lx@redundancy.redundancy.org +MAINTAINER= lx@FreeBSD.org COMMENT= A general dictionary/search engine front-end for X RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/eb.so:${PORTSDIR}/japanese/ruby-eb @@ -27,7 +27,6 @@ EDICT_FILE= ${LOCALBASE}/share/dict/edict/edict RUN_DEPENDS+= ${EDICT_FILE}:${PORTSDIR}/japanese/edict .endif -USE_X_PREFIX= yes USE_RUBY= yes USE_AUTOTOOLS= autoconf:213 libtool:15 CONFIGURE_ARGS= --with-edict="${EDICT_FILE}" \ |