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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/pecl-stomp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile index 748f5fac6533..26c1e82dbf06 100644 --- a/net-im/pecl-stomp/Makefile +++ b/net-im/pecl-stomp/Makefile @@ -16,5 +16,6 @@ USES= tar:tgz USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |