diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-18 23:08:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-18 23:08:25 +0800 |
commit | a388e3e3ce0285abb55d310b9e0f9645135c81d5 (patch) | |
tree | 66735e7a8badd1a6f24bc52b1ad5136a35157740 /print/pecl-ps | |
parent | 0605c2e30fd40378d7d04ab8d5fa3016d20395bd (diff) | |
download | freebsd-ports-gnome-a388e3e3ce0285abb55d310b9e0f9645135c81d5.tar.gz freebsd-ports-gnome-a388e3e3ce0285abb55d310b9e0f9645135c81d5.tar.zst freebsd-ports-gnome-a388e3e3ce0285abb55d310b9e0f9645135c81d5.zip |
- Ignore php70
Diffstat (limited to 'print/pecl-ps')
-rw-r--r-- | print/pecl-ps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index d5e7c220e976..ebe8f7685d9b 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -19,6 +19,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} +IGNORE_WITH_PHP= 70 post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 |