af7695c0ae
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change - Include md5 and blowfish support on amd64 (fix headers) [1] - Fix vulnerability in RFC 1867 file upload processing [2] - Fix php_variables memory disclosure [2] - GD LZW-GIF support is now enabled by default PR: ports/71752 [1], ports/72420 [2] Submitted by: Adam Gregoire <bsdunx@yahoo.com> [1], Dmitry A Grigorovich <odip@bionet.nsc.ru> [2] Approved by: portmgr (kris)
14 lines
253 B
Makefile
14 lines
253 B
Makefile
# New ports collection makefile for: php4-pspell
|
|
# Date created: 7 Jul 2004
|
|
# Whom: Alex Dupre <ale@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php4
|
|
|
|
PKGNAMESUFFIX= -pspell
|
|
|
|
.include "${MASTERDIR}/Makefile"
|