diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 11:35:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 11:35:24 +0000 |
commit | 07d2d1313c1fc256c234364faf0741768510ba2a (patch) | |
tree | 1b3edfb9d574abd017f9a83710bf9f7da72c1776 /net/p5-Net/Makefile | |
parent | 2252a07f7cd957bdb2c7b46ab325ff25b0021636 (diff) | |
download | ports-07d2d1313c1fc256c234364faf0741768510ba2a.tar.gz ports-07d2d1313c1fc256c234364faf0741768510ba2a.zip |
Notes
Diffstat (limited to 'net/p5-Net/Makefile')
-rw-r--r-- | net/p5-Net/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index 1aeb4dacc623..15cc57f2ec9d 100644 --- a/net/p5-Net/Makefile +++ b/net/p5-Net/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/05/20 03:31:02 asami Exp $ +# $Id: Makefile,v 1.9 1997/05/24 13:17:12 jfitz Exp $ # DISTNAME= libnet-1.05 @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= Net MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/lib/perl5/IO/Socket.pm:${PORTSDIR}/net/p5-IO \ ${PREFIX}/lib/perl5/site_perl/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 |