diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
commit | ef5d45aaa64535e3cb0499fe297423c5f873ecbd (patch) | |
tree | 94674d44da850da02e8ab4969da3e457bef57094 /japanese | |
parent | deskutils/py-khard: Update to 0.15.1. (diff) |
Sprinkle more USES=xorg
Notes
Notes:
svn path=/head/; revision=517008
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/jed/Makefile | 1 | ||||
-rw-r--r-- | japanese/jvim3/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index c4bc11841de4..76bb540a387b 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -40,6 +40,7 @@ CANNA_CONFIGURE_ON= --with-canna=yes CANNA_CONFIGURE_OFF= --with-canna=no CANNA_LIB_DEPENDS= libcanna.so:japanese/canna-lib +X11_USES= xorg X11_USE= XORG=x11,xext,xt .include <bsd.port.options.mk> diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index 2dff5f65df15..941056eee3c3 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -48,6 +48,7 @@ PORTDOCS= cygwin.txt differen.doc fepctrl.doc readme.doc \ CPPFLAGS+= -DBSD_UNIX -DUSE_LOCALE LIBS+= -ltermlib -L${LOCALBASE}/lib +X11_USES= xorg X11_USE= XORG=x11 X11_CPPFLAGS= -DUSE_X11 -I${LOCALBASE}/include X11_LIBS= -lX11 -L${LOCALBASE}/lib |