forked from Lainports/freebsd-ports
Many PHP extensions were adding a build dependency on session, so that it was loaded first. This is now no longer needed, we have a nice framework handle the extensions ordering. PR: 203741 Sponsored by: Absolight
13 lines
225 B
Makefile
13 lines
225 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php55
|
|
|
|
PKGNAMESUFFIX= -pspell
|
|
|
|
BROKEN_powerpc64= Does not build
|
|
|
|
.include "${MASTERDIR}/Makefile"
|