diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-07 19:15:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-03-07 19:15:51 +0000 |
commit | 7ba33e856e81e4e575f089bfee26019d28fff166 (patch) | |
tree | d017857e4b03c61fda2e486cc3ba1a4bedf158c8 /dns | |
parent | d2ef759163473bef6573af24368f1f13000fae30 (diff) | |
download | freebsd-ports-7ba33e856e81e4e575f089bfee26019d28fff166.zip |
Pet PORTSCOUT.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 8e76a5b2d665..3dc3a69d5765 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -17,6 +17,8 @@ LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.8.7 +PORTSCOUT= limit:^9.8. + MAKE_JOBS_UNSAFE= yes LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 |