diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-03-14 22:20:13 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-03-14 22:20:13 +0800 |
commit | 0a460ec75683af46a0ccfa837c7a2f648ad32f08 (patch) | |
tree | 5f38905fc9dab923b1e9fc7b39ce6e782f7adf07 | |
parent | 5bd92466cda1fa342cd3a700dfdd3eb23c3eb5e1 (diff) | |
download | freebsd-ports-gnome-0a460ec75683af46a0ccfa837c7a2f648ad32f08.tar.gz freebsd-ports-gnome-0a460ec75683af46a0ccfa837c7a2f648ad32f08.tar.zst freebsd-ports-gnome-0a460ec75683af46a0ccfa837c7a2f648ad32f08.zip |
- unbreak autoconf
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 2ad4c3d0cbfa..4615bb9b03fc 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -18,10 +18,10 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake CONFLICTS?= open-motif-* MANUAL_PACKAGE_BUILD= do not want to install during interactive build -USE_AUTOCONF_VER= 253 +USE_AUTOCONF_VER= 257 USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER= 13 LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production CONFIGURE_ARGS+= --disable-build-Xlt --disable-build-Xbae |