diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /x11-toolkits/p5-Tk | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 2fa59f832943..364de2e32268 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -17,7 +17,7 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A re-port of a perl5 interface to Tk8.4 USE_XLIB= yes -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ CONFIGURE_ARGS= X11LIB=${X11BASE}/lib X11INC=${X11BASE}/include WRKSRC= ${WRKDIR}/${DISTNAME} @@ -143,10 +143,6 @@ MAN3= Tie::Watch.3 \ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500800 -IGNORE= this port needs Perl 5.8.0 or greater, please upgrade your Perl! -.endif - .if defined(WITH_XFT) CONFIGURE_ARGS= XFT=1 LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft |