diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-12 00:13:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-12 00:13:18 +0000 |
commit | 5977e245e7a5f1ca2e3a1524264e066cbca54c62 (patch) | |
tree | 4b5415e7c3f36c3803c238e4552256ca6ca8773d /korean | |
parent | 4bc87eccb48ab7668c66b6aa63f01ddbba2b117f (diff) | |
download | ports-5977e245e7a5f1ca2e3a1524264e066cbca54c62.tar.gz ports-5977e245e7a5f1ca2e3a1524264e066cbca54c62.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
Notes
Notes:
svn path=/head/; revision=97959
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 c47a9f4b10cd..33db61b4c654 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 6e98de656782..8e20309b0d9f 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 |