diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /chinese/oxim | |
parent | - Add goocanvas (diff) |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175261
Diffstat (limited to 'chinese/oxim')
-rw-r--r-- | chinese/oxim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/oxim/Makefile b/chinese/oxim/Makefile index dbc35247784f..e68a71d26e65 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -7,7 +7,7 @@ PORTNAME= oxim PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 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/ \ @@ -28,7 +28,7 @@ OPTIONS= GTK2 "Enable GTK2 input method module" On \ USE_GCC= 3.2+ USE_ICONV= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= GNU_CONFIGURE= yes |