mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
72a297ed8d
Changelog: http://www.php.net/ChangeLog-7.php#7.1.21 Approved by: tz (implicit) MFH: 2018Q3
14 lines
186 B
Makefile
14 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php71
|
|
|
|
PKGNAMESUFFIX= -gd
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|
|
LIB_DEPENDS+= libgd.so:graphics/gd
|