aboutsummaryrefslogtreecommitdiff
path: root/net/anet
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-27 13:47:48 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-27 13:47:48 +0000
commitb228f4c08855dff6ff6bab048d1856935fe3623d (patch)
treec242d19786c80111127b9c1bdfe2da9a2ee9561b /net/anet
parent73593f9a63a2b12c5b8fa2ead037dbf9ed44499a (diff)
downloadports-b228f4c08855dff6ff6bab048d1856935fe3623d.tar.gz
ports-b228f4c08855dff6ff6bab048d1856935fe3623d.zip
Notes
Diffstat (limited to 'net/anet')
-rw-r--r--net/anet/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/anet/Makefile b/net/anet/Makefile
index 44fdad260d70..6e6e64736add 100644
--- a/net/anet/Makefile
+++ b/net/anet/Makefile
@@ -3,6 +3,7 @@
PORTNAME= anet
PORTVERSION= 0.2.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.codelabs.ch/download/
DISTNAME= libanet-${PORTVERSION}
@@ -15,7 +16,7 @@ LICENSE_COMB= multi
USES= ada
USE_BZIP2= yes
-ALL_TARGET= build_all
+ALL_TARGET= build_lib
MAKE_ARGS+= NUM_CPUS=${MAKE_JOBS_NUMBER} \
LIBRARY_KIND=static
@@ -28,8 +29,8 @@ TEST_DESC= Run unit test suite before installation
IGNORE= will not build; atomics are not supported on DF i386
.endif
-BUILD_DEPENDS+= ${LOCALBASE}/lib/gnat/ahven.gpr:${PORTSDIR}/devel/ahven
.if ${PORT_OPTIONS:MTEST}
+BUILD_DEPENDS+= ${LOCALBASE}/lib/gnat/ahven.gpr:${PORTSDIR}/devel/ahven
ALL_TARGET+= tests
.endif