diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-06-01 15:37:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-06-01 15:37:41 +0000 |
commit | 8b7b090a2a6cbcb0f232df795c7169de7909ed0d (patch) | |
tree | a6d3986aaa201b7d065e2daae255bb45ebfe369f /irc/znc/Makefile | |
parent | 9548963f521135f60067c443975534240d7f3a56 (diff) | |
download | ports-8b7b090a2a6cbcb0f232df795c7169de7909ed0d.tar.gz ports-8b7b090a2a6cbcb0f232df795c7169de7909ed0d.zip |
Notes
Diffstat (limited to 'irc/znc/Makefile')
-rw-r--r-- | irc/znc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 15b8e203573d..4227fffb054f 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -59,7 +59,7 @@ CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} .endif .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= 2 +USE_PYTHON= 3 USE_PERL5+= build .endif |