diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 01:16:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-04 01:16:19 +0000 |
commit | 24f662221133696de72ad603255a68f7f6f32300 (patch) | |
tree | 242e517b24c95b011b1e91754933e8fdc0a7658d /x11-toolkits/py-wxPython26 | |
parent | f40894a4ab9c0ce281d52f2f8def05848a4cfa57 (diff) |
Fix pkg name collisions
Notes
Notes:
svn path=/head/; revision=338620
Diffstat (limited to 'x11-toolkits/py-wxPython26')
-rw-r--r-- | x11-toolkits/py-wxPython26/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython26/Makefile b/x11-toolkits/py-wxPython26/Makefile index 0d2d909ffe96..1a16003f5217 100644 --- a/x11-toolkits/py-wxPython26/Makefile +++ b/x11-toolkits/py-wxPython26/Makefile @@ -7,6 +7,7 @@ PORTREVISION?= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 26 DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= neal@nelson.name @@ -83,7 +84,7 @@ PLIST_SUB+= WX_VERSION=${WX_VERSION} .if defined(WITH_COMMON_ONLY) ## These are not shared amongst installations -PKGNAMESUFFIX= -common +PKGNAMESUFFIX= 26-common PYDISTUTILS_BUILDARGS+= \ INSTALL_MULTIVERSION=1 @@ -99,7 +100,7 @@ PYDISTUTILS_BUILDARGS+= \ . if defined(WITH_WXPYTHON_UNICODE) WX_UNICODE= yes -PKGNAMESUFFIX= -unicode +PKGNAMESUFFIX= 26-unicode PYDISTUTILS_BUILDARGS+= \ UNICODE=1 |