1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

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
This commit is contained in:
John Marino 2014-02-26 15:47:30 +00:00
parent b93de124a6
commit bc6f360417
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346212

View File

@ -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