diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:59:32 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:59:32 +0000 |
commit | b8c06517e36dc3e0a97e016e48e80ee36272e059 (patch) | |
tree | ce30896af187d255bbbdecd80a028739006bf7fd /net/p5-Net/Makefile | |
parent | 49cd285a5070e7a9a5fef16c721a332adc53e882 (diff) | |
download | ports-b8c06517e36dc3e0a97e016e48e80ee36272e059.tar.gz ports-b8c06517e36dc3e0a97e016e48e80ee36272e059.zip |
Notes
Diffstat (limited to 'net/p5-Net/Makefile')
-rw-r--r-- | net/p5-Net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net/Makefile b/net/p5-Net/Makefile index a77d7b9d42a2..dd3e5521c172 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$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:32:19 jfitz Exp $ # DISTNAME= libnet-1.01 @@ -20,6 +20,7 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/IO::Socket.pm:${PORTSDIR}/net/p5-IO +RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |