diff options
author | linimon <linimon@FreeBSD.org> | 2009-11-10 14:47:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-11-10 14:47:19 +0800 |
commit | 71fa65bcc9abf5ffdd1d758d1081c8856e62cc8d (patch) | |
tree | 650c4cac776e9d8daf2a913da2c00035d88e9b41 /benchmarks/nuttcp | |
parent | af83cd8400f476724c9bb40c7af315659012b96f (diff) | |
download | freebsd-ports-gnome-71fa65bcc9abf5ffdd1d758d1081c8856e62cc8d.tar.gz freebsd-ports-gnome-71fa65bcc9abf5ffdd1d758d1081c8856e62cc8d.tar.zst freebsd-ports-gnome-71fa65bcc9abf5ffdd1d758d1081c8856e62cc8d.zip |
Since this port conditionallly depends on perl, it needs WANT_PERL
defined before the inclusion of bsd.port.pre.mk.
Hat: portmgr
Diffstat (limited to 'benchmarks/nuttcp')
-rw-r--r-- | benchmarks/nuttcp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/nuttcp/Makefile b/benchmarks/nuttcp/Makefile index 1ba9b39253d5..82c5d12884d8 100644 --- a/benchmarks/nuttcp/Makefile +++ b/benchmarks/nuttcp/Makefile @@ -18,6 +18,7 @@ MAINTAINER= andrewclarkii@gmail.com COMMENT= TCP/UDP network testing tool USE_BZIP2= yes +WANT_PERL= yes MAKEFILE= /dev/null ALL_TARGET= ${PORTNAME} MAN8= ${PORTNAME}.8 |