blob: 2b2ba0361e4cefac403290fa9653b5cf42247419 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php85
PKGNAMESUFFIX= -xsl
post-patch:
${REINPLACE_CMD} -e \
's|#include "../dom/xml_common.h"|#include "ext/dom/xml_common.h"|g' \
${WRKSRC}/php_xsl.h
.include "${MASTERDIR}/Makefile"
|