diff options
author | martymac <martymac@FreeBSD.org> | 2013-04-23 15:00:02 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-04-23 15:00:02 +0800 |
commit | fd7815ac9400116b74bb8ffb46ed661ade3a6d2e (patch) | |
tree | dda33a5341acecd14693b662ac7e515dec1bd4de /lang | |
parent | ba76c1ed2aa41ca371e36152fcd3a423752d39cd (diff) | |
download | freebsd-ports-gnome-fd7815ac9400116b74bb8ffb46ed661ade3a6d2e.tar.gz freebsd-ports-gnome-fd7815ac9400116b74bb8ffb46ed661ade3a6d2e.tar.zst freebsd-ports-gnome-fd7815ac9400116b74bb8ffb46ed661ade3a6d2e.zip |
- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc
Diffstat (limited to 'lang')
-rw-r--r-- | lang/hiphop-php/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index 0c37b140116f..cb4785d4b7d3 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -3,7 +3,7 @@ PORTNAME= hiphop-php PORTVERSION= 0.0.20120716 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang devel www MASTER_SITES= https://github.com/facebook/hiphop-php/tarball/${GITVERSION}/:main \ http://unicode.org/Public/UNIDATA/:unidata \ |