diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
commit | 328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch) | |
tree | 9a761809da3b45684b09bc2f0d6091132e77c78a /x11-toolkits | |
parent | ab98d6018836ec7c6f81c02805fae5314c044f04 (diff) | |
download | ports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.tar.gz ports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 6 |
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> |