diff options
author | marino <marino@FreeBSD.org> | 2014-02-26 23:47:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-02-26 23:47:30 +0800 |
commit | cf067de0ba6533969324d38782b4bb389b5fe405 (patch) | |
tree | fd09b667d875613770ee5b45a71d2e0e15674ca6 /net | |
parent | 5630333314cdb59f521c965b6891f8780cad722e (diff) | |
download | freebsd-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/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 |