diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-12-14 13:57:28 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-12-14 13:57:28 +0000 |
commit | 1d7e0541a423963ed2c8b02439830a4c97c6241d (patch) | |
tree | aa74e05ef162dc15fb8341ffff80ef4081efd27c /print/pecl-ps | |
parent | 5d172aa2a44e626641ee7401fbac0b431059b8e2 (diff) |
Notes
Diffstat (limited to 'print/pecl-ps')
-rw-r--r-- | print/pecl-ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index a12aad1ff243..8866e6940fba 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -11,10 +11,11 @@ COMMENT= PHP extension for pslib to generate postscript LICENSE= PHP202 +IGNORE_WITH_PHP= 70 71 72 + LIB_DEPENDS= libps.so:print/pslib USES= php:pecl -IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 |