svn commit: r430873 - head/devel/py-omniorb-3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 8 14:42:41 UTC 2017


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
 


More information about the svn-ports-all mailing list