diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-06-28 13:44:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-06-28 13:44:49 +0000 |
commit | a961d0b8dd654866f93849c264931fe2b1bde120 (patch) | |
tree | 9a1680c02a7a8c2a2dedbd21296a44702d60c960 /devel/php5-ice/Makefile | |
parent | 495354adda3a5d29c3ffd9fd27ade82b65fd1961 (diff) |
Notes
Diffstat (limited to 'devel/php5-ice/Makefile')
-rw-r--r-- | devel/php5-ice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/php5-ice/Makefile b/devel/php5-ice/Makefile index bf7d264caa61..0413bcd2a039 100644 --- a/devel/php5-ice/Makefile +++ b/devel/php5-ice/Makefile @@ -6,9 +6,9 @@ # PORTNAME= Ice -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= devel -MASTER_SITES= http://www.zeroc.com/download/Ice/3.4/ +MASTER_SITES= http://download.zeroc.com/Ice/3.4/ PKGNAMEPREFIX= php5- DISTNAME= Ice-${PORTVERSION} @@ -26,7 +26,7 @@ USE_PHP_BUILD= yes BUILD_WRKSRC= ${WRKSRC}/php INSTALL_WRKSRC= ${WRKSRC}/php -LIB_VRS= ${PORTVERSION:S|.||g:C|1$||} +LIB_VRS= ${PORTVERSION:S|.||g:C|2$||} PHP_MODNAME?= IcePHP CFLAGS+= -ftemplate-depth-128 -fPIC -DPIC -Wall -D_REENTRANT ${PTHREAD_CFLAGS} |