diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:23:56 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 09:23:56 +0000 |
commit | 49cd285a5070e7a9a5fef16c721a332adc53e882 (patch) | |
tree | 0dde5f3a0d89a16f0afaf814f49bafb95782e51e /x11-toolkits | |
parent | 3a6469cabc288615d7974d783f073cf88c746d91 (diff) | |
download | ports-49cd285a5070e7a9a5fef16c721a332adc53e882.tar.gz ports-49cd285a5070e7a9a5fef16c721a332adc53e882.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index acc62b881951..e7464998d63f 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$ +# $Id: Makefile,v 1.1.1.1 1996/10/24 08:54:32 jfitz Exp $ # DISTNAME= Tk400.200 @@ -19,10 +19,11 @@ MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Tk/ \ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ - ${PREFIX}/include/tk.h:${PORTSDIR}/x11/tk41 \ ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:${PORTSDIR}/www/p5-libwww \ ${PREFIX}/lib/perl5/site_perl/IO.pm:${PORTSDIR}/net/p5-IO +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 + do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |