diff options
author | John Marino <marino@FreeBSD.org> | 2016-04-11 13:54:22 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-04-11 13:54:22 +0000 |
commit | 07c47a31ca548c9635d293c8fd81ad44a86b1501 (patch) | |
tree | e1dd6173ae15e28aaa1d751e2a8d749b1ee78ce9 /dns | |
parent | ed03bd4e27e223c978f57b3b43630863fe3fadd4 (diff) | |
download | ports-07c47a31ca548c9635d293c8fd81ad44a86b1501.tar.gz ports-07c47a31ca548c9635d293c8fd81ad44a86b1501.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ironsides/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ironsides/Makefile b/dns/ironsides/Makefile index 353ce3309a99..2c0ffbc73c96 100644 --- a/dns/ironsides/Makefile +++ b/dns/ironsides/Makefile @@ -17,7 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${LOCALBASE}/include/spark2012/spark.ads:devel/libspark2012 -USES= ada dos2unix zip +USES= ada:5 dos2unix zip DOS2UNIX_FILES= dfcs.usafa.edu.zonefile ironsides.1 SNAPSHOT= 2015_04_15 WRKSRC= ${WRKDIR}/${DISTFILES:S/.zip//} |