diff options
author | mat <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
commit | f0c2f7a32d31e4753f2c3dbeea3a2c2ccc36e473 (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /databases/php5-tarantool | |
parent | 9477c31a6b7da7276627f3fe6a30a60a6207c945 (diff) | |
download | FreeBSD-ports-f0c2f7a32d31e4753f2c3dbeea3a2c2ccc36e473.zip FreeBSD-ports-f0c2f7a32d31e4753f2c3dbeea3a2c2ccc36e473.tar.gz |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'databases/php5-tarantool')
-rw-r--r-- | databases/php5-tarantool/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index e3d9d88..c928bbd 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -23,10 +23,4 @@ TR_VER= 20150708 CONFIGURE_ARGS+= --with-tarantool -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 900000 -IGNORE= does not support FreeBSD versions < 9.0 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |