summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorRobert Noland <rnoland@FreeBSD.org>2009-01-27 22:49:57 +0000
committerRobert Noland <rnoland@FreeBSD.org>2009-01-27 22:49:57 +0000
commitdecd9476019f08d13cd325eac02990180e8433af (patch)
tree616247486a547761a8d43684622e34e623c512af /japanese
parent- check m4 is installed unconditionally (diff)
Add xt dependency to fix build.
Reported by: pointyhat (pav)
Notes
Notes: svn path=/head/; revision=227005
Diffstat (limited to 'japanese')
-rw-r--r--japanese/jed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile
index 67d9dbb109d5..09c50ac9499d 100644
--- a/japanese/jed/Makefile
+++ b/japanese/jed/Makefile
@@ -7,7 +7,7 @@
PORTNAME= jed
PORTVERSION= ${VERSION}.j${JP_VERSION}
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= japanese editors
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.kondara.org/~g/slang/
@@ -52,7 +52,7 @@ LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib
.if defined(WITHOUT_X11)
PLIST_SUB= X11="@comment "
.else
-USE_XORG= x11 xext
+USE_XORG= x11 xext xt
BINSTUFF+= xjed
PLIST_SUB= X11="bin/xjed"
.endif