diff options
author | John Marino <marino@FreeBSD.org> | 2014-02-26 15:47:30 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-02-26 15:47:30 +0000 |
commit | bc6f3604170e7bad2a5c33ffe984014b838e11a5 (patch) | |
tree | fd09b667d875613770ee5b45a71d2e0e15674ca6 | |
parent | - Update to 2.2.0 (diff) |
net/anet: ahven expected even if not needed
The Ahven test library was advertised as optional, but the internal
makefiles will fail if it is not present. In the short term, change
Ahven from an optional to a mandatory dependency.
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=346212
-rw-r--r-- | net/anet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/anet/Makefile b/net/anet/Makefile index 241bda49793b..44fdad260d70 100644 --- a/net/anet/Makefile +++ b/net/anet/Makefile @@ -28,8 +28,8 @@ TEST_DESC= Run unit test suite before installation IGNORE= will not build; atomics are not supported on DF i386 .endif -.if ${PORT_OPTIONS:MTEST} BUILD_DEPENDS+= ${LOCALBASE}/lib/gnat/ahven.gpr:${PORTSDIR}/devel/ahven +.if ${PORT_OPTIONS:MTEST} ALL_TARGET+= tests .endif |