From 5977e245e7a5f1ca2e3a1524264e066cbca54c62 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 12 Jan 2004 00:13:18 +0000 Subject: 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 Approved by: maintainer timeout --- korean/ami/Makefile | 5 ++++- korean/ami/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'korean/ami') 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 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 -- cgit v1.2.3