diff options
author | lx <lx@FreeBSD.org> | 2007-01-25 02:13:07 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-01-25 02:13:07 +0800 |
commit | 36ee56846b6d5ca0ec85abee5deb8b5e7eff8036 (patch) | |
tree | cce63955f1a5c2e442afd093c41a5e5e132cbeca /japanese/xyaku | |
parent | 089cc56cc0f5767278304d95f631665481acc832 (diff) | |
download | freebsd-ports-gnome-36ee56846b6d5ca0ec85abee5deb8b5e7eff8036.tar.gz freebsd-ports-gnome-36ee56846b6d5ca0ec85abee5deb8b5e7eff8036.tar.zst freebsd-ports-gnome-36ee56846b6d5ca0ec85abee5deb8b5e7eff8036.zip |
Add USE_XLIB to fix dependencies after removal of USE_X_PREFIX.
Reported by: Jan Hornyak
Should fix: pointyhat
Approved by: edwin (mentor)
Diffstat (limited to 'japanese/xyaku')
-rw-r--r-- | japanese/xyaku/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/xyaku/Makefile b/japanese/xyaku/Makefile index c613ee20209f..c037f308fb3b 100644 --- a/japanese/xyaku/Makefile +++ b/japanese/xyaku/Makefile @@ -28,6 +28,7 @@ RUN_DEPENDS+= ${EDICT_FILE}:${PORTSDIR}/japanese/edict .endif USE_RUBY= yes +USE_XLIB= yes USE_AUTOTOOLS= autoconf:213 libtool:15 CONFIGURE_ARGS= --with-edict="${EDICT_FILE}" \ --with-ruby="${RUBY}" |