diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-06-26 12:35:26 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2003-06-26 12:35:26 +0000 |
commit | 32aef8a9012236439d6a586490a6a86f7d32e79a (patch) | |
tree | f18608e19907dac0fe08f765955aff14514a8309 /x11 | |
parent | 2fa4fd25718820b01c47cc8c11efe196e8a71cfa (diff) | |
download | ports-32aef8a9012236439d6a586490a6a86f7d32e79a.tar.gz ports-32aef8a9012236439d6a586490a6a86f7d32e79a.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 9ae495119c68..f20e3e75024d 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -18,7 +18,7 @@ USE_X_PREFIX= yes USE_GNOME= gdkpixbuf USE_LIBTOOL= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf2 --enable-utmp +CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf1 --enable-utmp INSTALLS_SHLIB= yes MAN1= mlterm.1 mlclient.1 |