diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 14:30:00 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 14:30:00 +0000 |
commit | 47152f72725746240c525aaead86f6d8e86f6c86 (patch) | |
tree | cd0be9b755f1692338448e942dc33435d5059d08 /x11-toolkits/p5-Tk | |
parent | cf40bf04a8795770bf0d0c0dff9c11759c3406aa (diff) | |
download | ports-47152f72725746240c525aaead86f6d8e86f6c86.tar.gz ports-47152f72725746240c525aaead86f6d8e86f6c86.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index 1d2ac9a3a50c..fb4672954dfa 100644 --- a/x11-toolkits/p5-Tk/Makefile +++ b/x11-toolkits/p5-Tk/Makefile @@ -3,6 +3,7 @@ PORTNAME= Tk PORTVERSION= 804.033 +PORTREVISION= 1 CATEGORIES= x11-toolkits tk perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,7 +21,9 @@ XFT_DESC= Client-side fonts via libXft CONFIGURE_ARGS= X11INC=${LOCALBASE}/include X11LIB=${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= pTk/Tcl-pTk \ + pTk/mkVFunc USE_PERL5= configure USE_XORG= x11 |