diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 01:09:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-08 01:09:12 +0000 |
commit | c7873456d48e870cfa3227bdd8829a225919ff51 (patch) | |
tree | 5b9b8f00f213cc096770b00938b2142563f4df04 /korean/ami | |
parent | 5aba7531371e63aac0668f07d393cf805ce43389 (diff) | |
download | ports-c7873456d48e870cfa3227bdd8829a225919ff51.tar.gz ports-c7873456d48e870cfa3227bdd8829a225919ff51.zip |
Notes
Diffstat (limited to 'korean/ami')
-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 4df975a2091c..2eec31e3245b 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -17,11 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@FreeBSD.org COMMENT= Well-known Korean X11 Input Method -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf - USE_X_PREFIX= yes -USE_GTK= yes USE_GMAKE= yes +USE_GNOME= gtk12 gdkpixbuf WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR} \ @@ -33,16 +31,15 @@ DATADIR= share .include <bsd.port.pre.mk> # gnome support -.if defined(HAVE_GNOME) -USE_GNOME= yes -USE_GNOMECTRL= yes +.if ${HAVE_GNOME:Mlibpanel}!="" +USE_GNOME+= gnomeprefix gnomehack libpanel CONFIGURE_ARGS+=--enable-gnome-applet DATADIR= share/gnome CATEGORIES+= gnome .endif pre-everything:: -.if !defined(HAVE_GNOME) +.if ${HAVE_GNOME:Mlibpanel}=="" @${ECHO} Define WITH_GNOME=yes if you want to enable GNOME applet support. .else @${ECHO} Define WITHOUT_GNOME=yes if you want to build without GNOME |