Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2017 14:42:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430872 - head/devel/py-omniorb
Message-ID:  <201701081442.v08EgWWF024703@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  8 14:42:32 2017
New Revision: 430872
URL: https://svnweb.freebsd.org/changeset/ports/430872

Log:
  Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-
  
  With hat:	python

Modified:
  head/devel/py-omniorb/Makefile

Modified: head/devel/py-omniorb/Makefile
==============================================================================
--- head/devel/py-omniorb/Makefile	Sun Jan  8 14:42:28 2017	(r430871)
+++ head/devel/py-omniorb/Makefile	Sun Jan  8 14:42:32 2017	(r430872)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	omniidl:devel/omniORB
 # see also the "post-extract" target below.
 BUILD_DEPENDS=	${NONEXISTENT}:devel/omniORB:patch
 
-CONFLICTS=	py*-orbit-2* py${PYTHON_SUFFIX}-omniorb3-3*
+CONFLICTS=	py*-orbit-2* ${PYTHON_PKGNAMEPREFIX}omniorb3-3*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 



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