diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:14:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:14:52 +0800 |
commit | 0d38005ffa19818d04d529539127810394366e5a (patch) | |
tree | a6744d558733d9df3d2f376add7ed872b0efdd90 /net/p5-ZeroMQ | |
parent | 8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115 (diff) | |
download | freebsd-ports-gnome-0d38005ffa19818d04d529539127810394366e5a.tar.gz freebsd-ports-gnome-0d38005ffa19818d04d529539127810394366e5a.tar.zst freebsd-ports-gnome-0d38005ffa19818d04d529539127810394366e5a.zip |
Do not overwrite USES
Diffstat (limited to 'net/p5-ZeroMQ')
-rw-r--r-- | net/p5-ZeroMQ/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-ZeroMQ/Makefile b/net/p5-ZeroMQ/Makefile index f0309421ccf6..4a7d96c263a6 100644 --- a/net/p5-ZeroMQ/Makefile +++ b/net/p5-ZeroMQ/Makefile @@ -26,10 +26,9 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON -USES= pkgconfig +USES= pkgconfig perl5 MAKE_JOBS_UNSAFE= yes -USES= perl5 USE_PERL5= configure MAN3= \ |