3a5533b48d
Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
13 lines
186 B
Makefile
13 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php73
|
|
|
|
PKGNAMESUFFIX= -gd
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
LIB_DEPENDS+= libgd.so:graphics/gd
|