diff options
author | rafan <rafan@FreeBSD.org> | 2008-03-26 09:38:21 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-03-26 09:38:21 +0800 |
commit | d3a6c21f8224cf8b3e3382f6d66d8707432519d2 (patch) | |
tree | 77f9ce2d4a2e8a559840eea9b58d8d4847ad4a36 /chinese/oxim | |
parent | f9f9dbddeb53c8cce30cbddbe971e6a5221460c6 (diff) | |
download | freebsd-ports-gnome-d3a6c21f8224cf8b3e3382f6d66d8707432519d2.tar.gz freebsd-ports-gnome-d3a6c21f8224cf8b3e3382f6d66d8707432519d2.tar.zst freebsd-ports-gnome-d3a6c21f8224cf8b3e3382f6d66d8707432519d2.zip |
- Switch to USE_XORG
Diffstat (limited to 'chinese/oxim')
-rw-r--r-- | chinese/oxim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/oxim/Makefile b/chinese/oxim/Makefile index dfa9b8afbe8d..1770810823e9 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -7,6 +7,7 @@ PORTNAME= oxim PORTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= chinese textproc MASTER_SITES= ftp://ftp.opendesktop.org.tw/odp/OXIM/Source/ \ ftp://apt.nc.hcc.edu.tw/pub/mirror/opendesktop.org.tw/OXIM/Source/ \ @@ -18,7 +19,6 @@ MASTER_SITES= ftp://ftp.opendesktop.org.tw/odp/OXIM/Source/ \ MAINTAINER= rafan@FreeBSD.org COMMENT= Open X Input Method server -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/fireflysung.ttf:${PORTSDIR}/chinese/fireflyttf OPTIONS= GTK2 "Enable GTK2 input method module" On \ @@ -27,6 +27,7 @@ OPTIONS= GTK2 "Enable GTK2 input method module" On \ SETUP "Enable GUI Setup Tool" On USE_ICONV= yes +USE_XORG= x11 xft xpm WANT_GNOME= yes GNU_CONFIGURE= yes |