[123376] trunk/dports/games/gnubg/Portfile

dtakahashi at macports.org dtakahashi at macports.org
Fri Aug 8 15:05:31 PDT 2014


Revision: 123376
          https://trac.macports.org/changeset/123376
Author:   dtakahashi at macports.org
Date:     2014-08-08 15:05:31 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
gnubg: specify a python interpreter by an env. variable instead of configure args

Modified Paths:
--------------
    trunk/dports/games/gnubg/Portfile

Modified: trunk/dports/games/gnubg/Portfile
===================================================================
--- trunk/dports/games/gnubg/Portfile	2014-08-08 21:57:21 UTC (rev 123375)
+++ trunk/dports/games/gnubg/Portfile	2014-08-08 22:05:31 UTC (rev 123376)
@@ -7,6 +7,7 @@
 
 name                    gnubg
 version                 1.03.000
+revision                1
 categories              games
 license                 GPL-3
 platforms               darwin
@@ -52,6 +53,13 @@
                         --without-board3d \
                         --with-gtk
 
+## the current (v. 1.03.000) configure.ac fails to recognize
+## a path to the selected python interpreter
+## here is a temporal fix
+configure.args-replace  --with-python=${prefix}/bin/python2.7 --with-python
+configure.env-append    PYTHON=${prefix}/bin/python2.7
+##
+
 notes \
 "Recommended ports:
     py27-mysql    provides the MySQL backend of a game database
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/8f46d25c/attachment.html>


More information about the macports-changes mailing list