diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-12 08:13:18 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-12 08:13:18 +0800 |
commit | 9bf8d7b2a0a996edbe059d8c58aee2d4de6a2133 (patch) | |
tree | 542e07ebc94a0f4778d8f83316b718c57d2cc49d /korean | |
parent | 029d4cd91f96982ad23d6812bb120725699e7c0a (diff) | |
download | freebsd-ports-graphics-9bf8d7b2a0a996edbe059d8c58aee2d4de6a2133.tar.gz freebsd-ports-graphics-9bf8d7b2a0a996edbe059d8c58aee2d4de6a2133.tar.zst freebsd-ports-graphics-9bf8d7b2a0a996edbe059d8c58aee2d4de6a2133.zip |
korean/ami: fix libintl dependency => avoid conflicts with other ports
This port did not pick up the two libraries mentioned.
One possitive side effect of getting the libintl dependency
right, is that the port does not build its included version
of the gettext library and does not install those two .alias
that were conflicting with other ports (have a look at the
pkg-plist diff and you'll see what I mean)
http://freebsd.rambler.ru/bsdmail/freebsd-ports_2003/msg08919.html
PR: ports/58440
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: maintainer timeout
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 5 | ||||
-rw-r--r-- | korean/ami/pkg-plist | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index c47a9f4b10c..33db61b4c65 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -17,6 +17,9 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= cjh@FreeBSD.org COMMENT= Well-known Korean X11 Input Method +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + iconv.3:${PORTSDIR}/converters/libiconv + USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gtk12 gdkpixbuf @@ -25,7 +28,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR} \ --with-libiconv-prefix=${LOCALBASE} \ --with-gdk-pixbuf-prefix=${X11BASE} \ - --without-included-gettext + --with-libintl-prefix=${LOCALBASE} DATADIR= share .include <bsd.port.pre.mk> diff --git a/korean/ami/pkg-plist b/korean/ami/pkg-plist index 6e98de65678..8e20309b0d9 100644 --- a/korean/ami/pkg-plist +++ b/korean/ami/pkg-plist @@ -1,7 +1,6 @@ bin/ami bin/hanja_hwp2ami bin/wmami -lib/charset.alias share/doc/ami/AUTHORS share/doc/ami/ChangeLog share/doc/ami/NEWS @@ -14,6 +13,7 @@ share/hangul_keyboard/dvorak_2bul.kbd share/hangul_keyboard/dvorak_3bul_390.kbd share/hangul_keyboard/dvorak_3bul_final.kbd share/hangul_keyboard/dvorak.map +share/locale/ko/LC_MESSAGES/ami.mo %%DATADIR%%/ami/gtkrc %%DATADIR%%/ami/hanja.dic %%DATADIR%%/ami/pix/Aqua/AUTHORS |