aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-02-26 23:47:30 +0800
committermarino <marino@FreeBSD.org>2014-02-26 23:47:30 +0800
commitcf067de0ba6533969324d38782b4bb389b5fe405 (patch)
treefd09b667d875613770ee5b45a71d2e0e15674ca6 /net
parent5630333314cdb59f521c965b6891f8780cad722e (diff)
downloadfreebsd-ports-gnome-cf067de0ba6533969324d38782b4bb389b5fe405.tar.gz
freebsd-ports-gnome-cf067de0ba6533969324d38782b4bb389b5fe405.tar.zst
freebsd-ports-gnome-cf067de0ba6533969324d38782b4bb389b5fe405.zip
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
Diffstat (limited to 'net')
-rw-r--r--net/anet/Makefile2
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