diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-07-27 15:13:54 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-07-27 15:13:54 +0000 |
commit | 49a746ede788f5fcf95cd62f98fd891625d15840 (patch) | |
tree | f774949ed5b9db04e5310ffa8f9254c07cc012f3 /math/php5-gmp/Makefile | |
parent | Really fix includes. (diff) |
Update to 5.3.3 release:
- add FPM sapi (experimental) [1]
- add apache2filter sapi (experimental)
PR: ports/148956 [1]
Submitted by: mm
Diffstat (limited to 'math/php5-gmp/Makefile')
-rw-r--r-- | math/php5-gmp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/php5-gmp/Makefile b/math/php5-gmp/Makefile index 692c59dfdcc5..76a3cac8a415 100644 --- a/math/php5-gmp/Makefile +++ b/math/php5-gmp/Makefile @@ -5,7 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 1 CATEGORIES= math MASTERDIR= ${.CURDIR}/../../lang/php5 |