diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-12 15:22:20 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-12 15:22:20 +0000 |
commit | 544b986794d9b8acb93a5900be2fe390bc91fab0 (patch) | |
tree | 06326493f059ea1264e747d4c42b05ca7d886b41 /korean | |
parent | 58dbd1d605a3210d0925e806e13af2dc56833fd8 (diff) | |
download | FreeBSD-ports-544b986794d9b8acb93a5900be2fe390bc91fab0.zip FreeBSD-ports-544b986794d9b8acb93a5900be2fe390bc91fab0.tar.gz |
Remove dependency on libpanel.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 16 | ||||
-rw-r--r-- | korean/ami/pkg-plist | 3 |
2 files changed, 0 insertions, 19 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index e73c142..cbcc612 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -30,22 +30,6 @@ DATADIR= share .include <bsd.port.pre.mk> -# gnome support -.if ${HAVE_GNOME:Mlibpanel}!="" -USE_GNOME+= gnomeprefix gnomehack libpanel -CONFIGURE_ARGS+=--enable-gnome-applet -DATADIR= share/gnome -CATEGORIES+= gnome -.endif - -pre-everything:: -.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 - @${ECHO} applet support and with minimal dependencies. -.endif - post-build: @cd ${WRKSRC}/hanjadic; \ ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} diff --git a/korean/ami/pkg-plist b/korean/ami/pkg-plist index 0a8c9b3..6e98de6 100644 --- a/korean/ami/pkg-plist +++ b/korean/ami/pkg-plist @@ -1,8 +1,6 @@ bin/ami -%%GNOME:%%bin/ami_applet bin/hanja_hwp2ami bin/wmami -%%GNOME:%%etc/CORBA/servers/ami.gnorba lib/charset.alias share/doc/ami/AUTHORS share/doc/ami/ChangeLog @@ -58,7 +56,6 @@ share/hangul_keyboard/dvorak.map %%DATADIR%%/ami/pix/woody/ami-d.xpm %%DATADIR%%/ami/pix/woody/ami-e.xpm %%DATADIR%%/ami/pix/woody/ami-h.xpm -%%GNOME:%%share/gnome/applets/Utility/ami.desktop @dirrm share/doc/ami @dirrm share/hangul_keyboard @dirrm %%DATADIR%%/ami/pix/Aqua |