diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-07 15:18:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-07 15:18:56 +0000 |
commit | 231b6073decfcdbad451c9aeb05ae4fd0afacf71 (patch) | |
tree | 99fb67c0ee20a7f10c47ce9d6dbe0313ac92aaef /net | |
parent | 2b8a1717bc2e1b032ad80b912fa2ac18e4c858fb (diff) |
Migration of final set of working ports from automake{19,110} -> 111
Notes
Notes:
svn path=/head/; revision=262565
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp41-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/isc-dhcp41-server/Makefile b/net/isc-dhcp41-server/Makefile index 88e4b4d45622..f458a4497186 100644 --- a/net/isc-dhcp41-server/Makefile +++ b/net/isc-dhcp41-server/Makefile @@ -106,7 +106,7 @@ LDAP_SCRIPT= ${WRKDIR}/${LDAPPATCHDIST}/dhcpd-conf-to-ldap LDAP_SCHEMA= ${WRKDIR}/${LDAPPATCHDIST}/dhcp.schema USE_PERL5_RUN= yes USE_OPENLDAP= yes -USE_AUTOTOOLS= aclocal:110 libtoolize:226 autoconf:267 autoheader:267 automake:110 +USE_AUTOTOOLS= aclocal:111 libtoolize:226 autoconf:267 autoheader:267 automake:111 LIBTOOLIZE_ARG= --copy --force AUTOMAKE_ARGS= --foreign --add-missing --copy CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib |