diff options
Diffstat (limited to 'korean/ami/Makefile')
-rw-r--r-- | korean/ami/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 67e714b0a6b3..2ec5ff33671f 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -7,7 +7,8 @@ PORTNAME= ami PORTVERSION= 1.0.10 -CATEGORIES= korean x11 +PORTREVISION= 1 +CATEGORIES= korean x11 gnome MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ \ http://master.debian-kr.org/~cwryu/archive/misc/ DISTFILES= ${DISTNAME}.tar.gz hanja.dic.gz ami.dic @@ -15,11 +16,9 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf - USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOMECTRL= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-hangul-keyboard=2 @@ -30,10 +29,8 @@ CONFIGURE_ARGS= --with-hangul-keyboard=2 .if defined(HAVE_GNOME) USE_GNOME= yes CONFIGURE_ARGS+=--enable-gnome-applet -DATADIR= share/gnome -.else -DATADIR= share .endif +DATADIR= share/gnome post-build: @cd ${WRKSRC}/hanjadic; \ |