diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-29 12:44:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-29 12:44:19 +0000 |
commit | d9e6c7a2808e3d75cd9c8b284d447b6284f7c257 (patch) | |
tree | 267f9760dcb9379ff4e8e776635dc8f241f6f7a3 /x11-toolkits/p5-Tk | |
parent | 34adbd4cb75767046836a60e71b9efcfc0662044 (diff) | |
download | ports-d9e6c7a2808e3d75cd9c8b284d447b6284f7c257.tar.gz ports-d9e6c7a2808e3d75cd9c8b284d447b6284f7c257.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 156910bae822..6cf365874fd5 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -17,6 +17,7 @@ COMMENT= A re-port of a perl5 interface to Tk8.4 USE_XLIB= yes PERL_CONFIGURE= yes +CONFIGURE_ARGS= X11LIB=${X11BASE}/lib X11INC=${X11BASE}/include WRKSRC= ${WRKDIR}/${DISTNAME} MAN1= ptked.1 \ @@ -142,7 +143,7 @@ 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!" +IGNORE= this port needs Perl 5.8.0 or greater, please upgrade your Perl! .endif .if defined(WITH_XFT) |