Make tk dependancy rely on the libary, not the header file.

Submitted by:	asami@freebsd.org
This commit is contained in:
James FitzGibbon 1996-10-24 09:23:56 +00:00
parent 3a6469cabc
commit 49cd285a50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4133

View File

@ -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