diff options
author | demon <demon@FreeBSD.org> | 2007-06-18 17:23:38 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2007-06-18 17:23:38 +0800 |
commit | f58e6bfa307a27a93508b0252db008a311f3677a (patch) | |
tree | 46da606035ae3b4f9c4fd9b54326f119774d8921 | |
parent | 8c1ea5345b6d41a578d4ca24bee098967fea6601 (diff) | |
download | freebsd-ports-gnome-f58e6bfa307a27a93508b0252db008a311f3677a.tar.gz freebsd-ports-gnome-f58e6bfa307a27a93508b0252db008a311f3677a.tar.zst freebsd-ports-gnome-f58e6bfa307a27a93508b0252db008a311f3677a.zip |
Add missing RUN_DEPEND.
Submitted by: sem
-rw-r--r-- | net/p5-Net-RawIP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/p5-Net-RawIP/Makefile b/net/p5-Net-RawIP/Makefile index e6cbc1f4b0f0..a9fc17e9308f 100644 --- a/net/p5-Net-RawIP/Makefile +++ b/net/p5-Net-RawIP/Makefile @@ -17,6 +17,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= A perl module to manipulate raw IP packets +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/List/MoreUtils.pm:${PORTSDIR}/lang/p5-List-MoreUtils + PERL_CONFIGURE= yes MAN3= Net::RawIP.3 Net::RawIP::libpcap.3 |