Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jan 2017 14:42:37 +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: r430873 - head/devel/py-omniorb-3
Message-ID:  <201701081442.v08EgbIP024806@repo.freebsd.org>

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

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

Modified:
  head/devel/py-omniorb-3/Makefile

Modified: head/devel/py-omniorb-3/Makefile
==============================================================================
--- head/devel/py-omniorb-3/Makefile	Sun Jan  8 14:42:32 2017	(r430872)
+++ head/devel/py-omniorb-3/Makefile	Sun Jan  8 14:42:37 2017	(r430873)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libomniORB4.so.1:devel/omni
 # see also the "post-extract" target below.
 BUILD_DEPENDS=	${NONEXISTENT}:devel/omniORB-4.1:patch
 
-CONFLICTS=	py${PYTHON_SUFFIX}-orbit-2* py${PYTHON_SUFFIX}-omniorb-4.2*
+CONFLICTS=	${PYTHON_PKGNAMEPREFIX}orbit-2* ${PYTHON_PKGNAMEPREFIX}omniorb-4.2*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 



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