diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /biology/mopac | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.zst freebsd-ports-gnome-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'biology/mopac')
-rw-r--r-- | biology/mopac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index 7cf2e3d35745..b7ae030fd746 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -19,7 +19,7 @@ COMMENT= Semi-empirical (MNDO, etc.) molecular orbital calculation LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c USE_GMAKE= yes -USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:267 libtool:22 +USE_AUTOTOOLS= aclocal:111 automake:111 autoconf:267 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing --copy CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |