diff options
author | flz <flz@FreeBSD.org> | 2008-07-23 05:55:48 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-07-23 05:55:48 +0800 |
commit | a9159e464c0588e2bc843115cbf0ddcf272447b5 (patch) | |
tree | 8d7d37454f7cb6f068fb6b9c8df83655daba0ce7 /chinese | |
parent | c80138e876b49353e037b17d68e3159df76115f5 (diff) | |
download | freebsd-ports-gnome-a9159e464c0588e2bc843115cbf0ddcf272447b5.tar.gz freebsd-ports-gnome-a9159e464c0588e2bc843115cbf0ddcf272447b5.tar.zst freebsd-ports-gnome-a9159e464c0588e2bc843115cbf0ddcf272447b5.zip |
Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by: portmgr (self)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/oxim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/oxim/Makefile b/chinese/oxim/Makefile index de2baccbbbff..64b0283bd308 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -27,7 +27,7 @@ OPTIONS= GTK2 "Enable GTK2 input method module" On \ SETUP "Enable GUI Setup Tool" On USE_ICONV= yes -USE_XORG= x11 xft xpm +USE_XORG= x11 xft xpm xtst WANT_GNOME= yes GNU_CONFIGURE= yes |