diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 19:11:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-10 19:11:13 +0000 |
commit | bafee78b4b2294b154600aa34180c4a2b9187fca (patch) | |
tree | 0dc293382926edd6e732a06546c72fb7d42cb602 /net/p5-Net-Write | |
parent | 87f7a2f231f62b41ba5a13f8d47b3b8595743e12 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Write')
-rw-r--r-- | net/p5-Net-Write/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-Net-Write/Makefile b/net/p5-Net-Write/Makefile index 255a93b28aa1..e031fb7f686b 100644 --- a/net/p5-Net-Write/Makefile +++ b/net/p5-Net-Write/Makefile @@ -18,7 +18,7 @@ COMMENT= An interface to open and send raw frames to the network BUILD_DEPENDS= p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \ p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \ p5-Net-Pcap>=0.14:${PORTSDIR}/net/p5-Net-Pcap -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |