svn commit: r412720 - head/comms/hamlib

Stephen Hurd shurd at FreeBSD.org
Fri Apr 8 07:15:49 UTC 2016


Author: shurd
Date: Fri Apr  8 07:15:48 2016
New Revision: 412720
URL: https://svnweb.freebsd.org/changeset/ports/412720

Log:
  Fix plist when Python 3 is the default
  
  USE_PYTHON=	py3kplist
  fixes the issue with files going into __pycache__ on 3.x but not on 2.x

Modified:
  head/comms/hamlib/Makefile

Modified: head/comms/hamlib/Makefile
==============================================================================
--- head/comms/hamlib/Makefile	Fri Apr  8 05:24:40 2016	(r412719)
+++ head/comms/hamlib/Makefile	Fri Apr  8 07:15:48 2016	(r412720)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl
 
 INFO=		hamlib
 USES=		autoreconf libtool:keepla pathfix perl5 pkgconfig python shebangfix tcl
+USE_PYTHON=	py3kplist
 SHEBANG_FILES=	bindings/perltest.pl
 USE_PERL5=	build run
 USE_GNOME=	libxml2


More information about the svn-ports-all mailing list