diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:56:41 +0000 |
commit | 67c68a561efeac0b8ef9b6ae5a38ec6d31f4eb49 (patch) | |
tree | eb96bc8012e290f4f0c161414b9b5232fff7ecac /japanese/jmode | |
parent | 90dee295c0ba6b67192ddb0c30b535eda5d0b086 (diff) | |
download | ports-67c68a561efeac0b8ef9b6ae5a38ec6d31f4eb49.tar.gz ports-67c68a561efeac0b8ef9b6ae5a38ec6d31f4eb49.zip |
Notes
Diffstat (limited to 'japanese/jmode')
-rw-r--r-- | japanese/jmode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/jmode/Makefile b/japanese/jmode/Makefile index cc4a9834a24f..6211631eb9c3 100644 --- a/japanese/jmode/Makefile +++ b/japanese/jmode/Makefile @@ -16,7 +16,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/anthy.h:${PORTSDIR}/japanese/anthy GNU_CONFIGURE= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |