diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
commit | 0e4714a35e0a1dbad8571e70dd58de73cd75e9bd (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /net/isc-dhcp41-server/Makefile | |
parent | bdf535c9fa1e802419dbc1324bc3b88412eab7e7 (diff) | |
download | freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.gz freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.zst freebsd-ports-gnome-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.zip |
Convert to USES=autoreconf
Diffstat (limited to 'net/isc-dhcp41-server/Makefile')
-rw-r--r-- | net/isc-dhcp41-server/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/isc-dhcp41-server/Makefile b/net/isc-dhcp41-server/Makefile index 6baa57a96618..a2e36c230e25 100644 --- a/net/isc-dhcp41-server/Makefile +++ b/net/isc-dhcp41-server/Makefile @@ -96,11 +96,9 @@ PLIST_SUB+= SCHEMA_DIR="${SCHEMA_DIR:S,^${PREFIX}/,,}" LDAP="" PORTDOCS+= README.ldap LICENSE.ldap LDAP_SCRIPT= ${WRKDIR}/${LDAPPATCHDIST}/dhcpd-conf-to-ldap LDAP_SCHEMA= ${WRKDIR}/${LDAPPATCHDIST}/dhcp.schema -USES+= perl5 +USES+= autoreconf perl5 USE_PERL5= run USE_OPENLDAP= yes -USE_AUTOTOOLS= aclocal libtoolize autoconf autoheader automake -AUTOMAKE_ARGS= --foreign --add-missing --copy CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib |