mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.4.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS
12 lines
259 B
Makefile
12 lines
259 B
Makefile
CATEGORIES= textproc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php84
|
|
|
|
PKGNAMESUFFIX= -enchant
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e \
|
|
's|#include "../spl/spl_exceptions.h"|#include "ext/spl/spl_exceptions.h"|g' \
|
|
${WRKSRC}/enchant.c
|
|
|
|
.include "${MASTERDIR}/Makefile"
|