diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2003-04-20 07:49:59 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2003-04-20 07:49:59 +0000 |
commit | 8e5263eed9b2e0779bc919f8df52c9cea934cda3 (patch) | |
tree | 812ca8c02cc4b6d22117ded62ec2c7314e05a9bd /korean/ami | |
parent | Upgrade to 008. (diff) |
gdk-pixbuf is installed at ${X11BASE}.
Submitted by: Sang Woo Shim <borishim@dreamof.mine.nu>
Diffstat (limited to 'korean/ami')
-rw-r--r-- | korean/ami/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 2eec31e3245b..e73c1421a563 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -24,7 +24,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR} \ --with-libiconv-prefix=${LOCALBASE} \ - --with-gdk-pixbuf-prefix=${LOCALBASE} \ + --with-gdk-pixbuf-prefix=${X11BASE} \ --without-included-gettext DATADIR= share |