blob: d917c3202ab7717198a44c1b3761fd97eeb443d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
CATEGORIES= graphics
MASTERDIR= ${.CURDIR}/../../lang/php80
PKGNAMESUFFIX= -gd
TEST_TARGET= test
.include "${MASTERDIR}/Makefile"
LIB_DEPENDS+= libgd.so:graphics/gd
|