blob: 5442d92eab5bdb1e80b6971ddf53b86cb0a7cb9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php85
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"
|