diff options
author | lx <lx@FreeBSD.org> | 2007-01-15 21:21:34 +0000 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-01-15 21:21:34 +0000 |
commit | 6a8744d7584209234f26f49d191381cc58d5b120 (patch) | |
tree | f31e1cc052953b3229fc50c42fc838163ae2e371 /japanese/xyaku | |
parent | 456a23c75b7a1bbad848f4695e238204506ebf5a (diff) | |
download | FreeBSD-ports-6a8744d7584209234f26f49d191381cc58d5b120.zip FreeBSD-ports-6a8744d7584209234f26f49d191381cc58d5b120.tar.gz |
Stop using USE_X_PREFIX.
Approved by: edwin (mentor)
Diffstat (limited to 'japanese/xyaku')
-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 16a2299..c613ee2 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}" \ |