Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Apr 2016 07:15:48 +0000 (UTC)
From:      Stephen Hurd <shurd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412720 - head/comms/hamlib
Message-ID:  <201604080715.u387FmiS012354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604080715.u387FmiS012354>