Index: Makefile =================================================================== RCS file: /big/freebsd-cvsup/ncvs/ports/x11-toolkits/p5-Tk/Makefile,v retrieving revision 1.46 diff -u -u -r1.46 Makefile --- Makefile 25 Jun 2006 16:38:47 -0000 1.46 +++ Makefile 28 Nov 2006 17:05:19 -0000 @@ -17,6 +17,7 @@ USE_XLIB= yes PERL_CONFIGURE= yes +CONFIGURE_ARGS= X11LIB=${X11BASE}/lib X11INC=${X11BASE}/include WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= ptked.1 \ @@ -142,7 +143,7 @@ .include .if ${PERL_LEVEL} < 500800 -IGNORE= "This port needs Perl 5.8.0 or greater, please upgrade your Perl!" +IGNORE= this port needs Perl 5.8.0 or greater, please upgrade your Perl! .endif .if defined(WITH_XFT)