diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-01-15 07:38:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-01-15 07:38:45 +0000 |
commit | 98a16bb67464a21d15c7c5977b04ce7341345808 (patch) | |
tree | e71e6302e1ac6ddd91b2a18b3608202aac351519 /lang/php53 | |
parent | cc52cadc138e694941c64ebcd476a7d70aafa8ac (diff) | |
download | ports-98a16bb67464a21d15c7c5977b04ce7341345808.tar.gz ports-98a16bb67464a21d15c7c5977b04ce7341345808.zip |
Notes
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index a2673a88ab34..f0c269469584 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -57,7 +57,7 @@ PATCH_DIST_STRIP= -p1 .if !defined(WITHOUT_SUHOSIN) PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.6.2.patch.gz:suhosin -PATCH_SITES+= http://www.hardened-php.net/suhosin/_media/:suhosin +PATCH_SITES+= http://download.suhosin.org/:suhosin PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " |