diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 14:54:36 +0000 |
commit | e47ac01488c933a3a8a38b32ba35d4f9c4992493 (patch) | |
tree | 91f65c922c2cbbcdd7ea9f42b5c0a34dcfedcb0c /net/isc-dhcp42-server | |
parent | 3796ff69397692329dd89edad8abbabebdc2e36c (diff) | |
download | ports-e47ac01488c933a3a8a38b32ba35d4f9c4992493.tar.gz ports-e47ac01488c933a3a8a38b32ba35d4f9c4992493.zip |
Notes
Diffstat (limited to 'net/isc-dhcp42-server')
-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 |