diff options
Diffstat (limited to 'net/isc-dhcp42-server/Makefile')
-rw-r--r-- | net/isc-dhcp42-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp42-server/Makefile b/net/isc-dhcp42-server/Makefile index 21075eca0439..3f099474ddf5 100644 --- a/net/isc-dhcp42-server/Makefile +++ b/net/isc-dhcp42-server/Makefile @@ -16,7 +16,7 @@ COMMENT?= The ISC Dynamic Host Configuration Protocol server LICENSE= ISCL -USE_GMAKE= yes +USES= gmake PATCHLEVEL= P1 PORTREVISION_SERVER= 0 @@ -138,7 +138,7 @@ PLIST_SUB+= IPV6="@comment " .endif .if ${PORT_OPTIONS:MBIND_SYMBOLS} -USE_PERL5= yes +USES+= perl5 .else EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bind__Makefile .endif |