diff options
author | asami <asami@FreeBSD.org> | 1997-01-08 23:43:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-08 23:43:12 +0000 |
commit | 9da0b29368c01b08de5a57193aeaee2e5cb74efc (patch) | |
tree | c77dfe1cd303b09f4cc038576a8de10cce72bec8 /x11-toolkits/p5-Tk | |
parent | 1f9a1bbe298b83320bbee795995205731cea5d35 (diff) | |
download | FreeBSD-ports-9da0b29368c01b08de5a57193aeaee2e5cb74efc.zip FreeBSD-ports-9da0b29368c01b08de5a57193aeaee2e5cb74efc.tar.gz |
Make the depended file be consistent with what net/p5-IO installs.
Note, I have no idea if this is the correct fix or not, but I haven't
heard back from the maintainer or any of the millions of perl hackers.
At least it is not worse than what we have now (build net/p5-IO always,
because the depended file does not exist).
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 965b077..d753ccb 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/18 08:47:32 asami Exp $ +# $Id: Makefile,v 1.5 1996/12/11 10:18:43 asami Exp $ # DISTNAME= Tk400.200 @@ -16,7 +16,7 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:${PORTSDIR}/www/p5-libwww \ - ${PREFIX}/lib/perl5/site_perl/IO.pm:${PORTSDIR}/net/p5-IO + ${PREFIX}/lib/perl5/IO.pm:${PORTSDIR}/net/p5-IO LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 |