diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 11:18:58 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-11 11:18:58 +0000 |
commit | 6abcec5c11098dbab5d67badd9a82d8cbbc243d4 (patch) | |
tree | deb0c556987b6d81a073aefe80fad9cfdc08cbfe /chinese/oxim | |
parent | b1984f0312b4bdd35e5e1e0ba54f7109a698e4fc (diff) |
- Optional GNOME dependencies should use WANT_GNOME=yes before
bsd.port.pre.mk.
Notes
Notes:
svn path=/head/; revision=179487
Diffstat (limited to 'chinese/oxim')
-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 4b677de26684..08a5ff342476 100644 --- a/chinese/oxim/Makefile +++ b/chinese/oxim/Makefile @@ -29,7 +29,7 @@ OPTIONS= GTK2 "Enable GTK2 input method module" On \ USE_GCC= 3.2+ USE_ICONV= yes USE_XLIB= yes -USE_GNOME= +WANT_GNOME= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |