aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/lesstif
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
committerAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
commit328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch)
tree9a761809da3b45684b09bc2f0d6091132e77c78a /x11-toolkits/lesstif
parentab98d6018836ec7c6f81c02805fae5314c044f04 (diff)
downloadports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.tar.gz
ports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.zip
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
Notes
Notes: svn path=/head/; revision=112679
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r--x11-toolkits/lesstif/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index 05c21c1f9a6d..754d53a9d6fb 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -16,8 +16,8 @@ COMMENT= API compatible clone of the Motif toolkit
CONFLICTS?= open-motif-*
MANUAL_PACKAGE_BUILD= do not want to install during interactive build
-WANT_AUTOMAKE_VER= 15
-USE_AUTOCONF_VER= 257
+WANT_AUTOMAKE_VER= 18
+USE_AUTOCONF_VER= 259
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER= 13
@@ -76,6 +76,8 @@ post-install:
${RM} -f ${PREFIX}/lib/libMrm.la
${RM} -f ${PREFIX}/lib/libDtPrint.la
${RM} -f ${PREFIX}/lib/libUil.la
+ ${INSTALL_DATA} ${WRKSRC}/scripts/autoconf/ac_find_motif.m4 \
+ ${LOCALBASE}/share/aclocal
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>