diff options
author | cjh <cjh@FreeBSD.org> | 2003-04-20 07:49:59 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2003-04-20 07:49:59 +0000 |
commit | 2a25fe1a5c86c336eedd2ed22487366e90969344 (patch) | |
tree | da4789fd49bce1b8acd60e2983139c37fd75bc6e | |
parent | f767b2746115465133d36f5fe1da3c2fde037939 (diff) | |
download | FreeBSD-ports-2a25fe1a5c86c336eedd2ed22487366e90969344.zip FreeBSD-ports-2a25fe1a5c86c336eedd2ed22487366e90969344.tar.gz |
gdk-pixbuf is installed at ${X11BASE}.
Submitted by: Sang Woo Shim <borishim@dreamof.mine.nu>
-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 2eec31e..e73c142 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 |