diff options
author | mat <mat@FreeBSD.org> | 2017-03-30 22:28:07 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-30 22:28:07 +0800 |
commit | f0d92be7008616cadb034580b1db21b5fd856ebe (patch) | |
tree | 6397499629e8799c869bdf0a340f1c55c6279c11 /graphics | |
parent | 90640d364d397c71cd47bd6413144b3221868830 (diff) | |
download | freebsd-ports-gnome-f0d92be7008616cadb034580b1db21b5fd856ebe.tar.gz freebsd-ports-gnome-f0d92be7008616cadb034580b1db21b5fd856ebe.tar.zst freebsd-ports-gnome-f0d92be7008616cadb034580b1db21b5fd856ebe.zip |
Ports should not force the php version they use.
Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 8480af503ea4..db88b4a4b6ba 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -209,7 +209,7 @@ CONFIGURE_ENV+= SWIG="/nonexistent" .if ${PORT_OPTIONS:MPHP} SHEBANG_FILES+= tclpkg/gv/demo/modgraph.php -PHP_VER= 70 +IGNORE_WITH_PHP= 56 71 .endif .if ${PORT_OPTIONS:MRUBY} |