diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-05-23 15:21:03 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-05-23 15:21:03 +0000 |
commit | 076d5bd31148a6c589e271e2053909fdbde38a76 (patch) | |
tree | 68c3aed5cd1bd992d636991901ea73ff659ebd68 /devel/py-ice/Makefile | |
parent | 05a4bddbb205732eeb70e66610e4e1ad5a218295 (diff) | |
download | ports-076d5bd31148a6c589e271e2053909fdbde38a76.tar.gz ports-076d5bd31148a6c589e271e2053909fdbde38a76.zip |
- Update to 3.3.1
PR: ports/134556
Submitted by: Dirk Ye <dirk.ye AT gmail.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=234455
Diffstat (limited to 'devel/py-ice/Makefile')
-rw-r--r-- | devel/py-ice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index 1b29bae7ac8f..5956c6f3df61 100644 --- a/devel/py-ice/Makefile +++ b/devel/py-ice/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Ice -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= devel python MASTER_SITES= http://www.zeroc.com/download/Ice/3.3/ \ http://www.dirk.sh/dirk/Ice/ @@ -24,7 +24,7 @@ USE_PYTHON= yes BUILD_WRKSRC= ${WRKSRC}/py INSTALL_WRKSRC= ${WRKSRC}/py -LIB_VRS= ${PORTVERSION:S|.||g:C|0$||} +LIB_VRS= ${PORTVERSION:S|.||g:C|1$||} PLIST_SUB= LIB_VERSION="${PORTVERSION}" LIB_VRS="${LIB_VRS}" CFLAGS+= -ftemplate-depth-128 -fPIC -DPIC -Wall -D_REENTRANT ${PTHREAD_CFLAGS} |