diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-11 03:11:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-11 03:11:13 +0800 |
commit | 99522ca8092f8106683c56f8aa7a327749c10d15 (patch) | |
tree | 7eb536336ee0fe1a441ac0692f5daeba0a844507 /net/p5-Net-Write | |
parent | 65f487705a026b881dbe64aa8f32ba312821c515 (diff) | |
download | freebsd-ports-graphics-99522ca8092f8106683c56f8aa7a327749c10d15.tar.gz freebsd-ports-graphics-99522ca8092f8106683c56f8aa7a327749c10d15.tar.zst freebsd-ports-graphics-99522ca8092f8106683c56f8aa7a327749c10d15.zip |
- Fix pkg-plist
- Bump PORTREVISION
PR: ports/107768
Submitted by: Christopher Boumenot <boumenot@gmail.com> (maintainer)
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 255a93b28aa..e031fb7f686 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 |