diff options
author | cjh <cjh@FreeBSD.org> | 2003-04-20 15:49:59 +0800 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2003-04-20 15:49:59 +0800 |
commit | 2a25fe1a5c86c336eedd2ed22487366e90969344 (patch) | |
tree | da4789fd49bce1b8acd60e2983139c37fd75bc6e /korean | |
parent | f767b2746115465133d36f5fe1da3c2fde037939 (diff) | |
download | freebsd-ports-graphics-2a25fe1a5c86c336eedd2ed22487366e90969344.tar.gz freebsd-ports-graphics-2a25fe1a5c86c336eedd2ed22487366e90969344.tar.zst freebsd-ports-graphics-2a25fe1a5c86c336eedd2ed22487366e90969344.zip |
gdk-pixbuf is installed at ${X11BASE}.
Submitted by: Sang Woo Shim <borishim@dreamof.mine.nu>
Diffstat (limited to 'korean')
-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 2eec31e3245..e73c1421a56 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 |