diff options
author | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 19:25:05 +0000 |
commit | e892b539f927cfe443259dbb6099219ebd3efea0 (patch) | |
tree | cbd4e7f32367eabba383bdae47b1034796d70252 /x11/p5-Tk | |
parent | c6c18dc7d6632ae5c65e6c929180efba7b65a81f (diff) | |
download | pkgsrc-e892b539f927cfe443259dbb6099219ebd3efea0.tar.gz |
add USE_X11=yes
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index 15aa908a0f0..282d410dc24 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/04/15 20:39:48 tron Exp $ +# $NetBSD: Makefile,v 1.13 1999/04/26 19:30:26 garbled Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # @@ -14,6 +14,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:../../www/p5-libwww DEPENDS+= tk-8.0.5:../../x11/tk80 USE_PERL5= YES +USE_X11= yes do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL |