diff options
author | mat <mat@FreeBSD.org> | 2015-07-08 22:00:22 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-07-08 22:00:22 +0000 |
commit | 1e19a62945716eff61e635130b0a15e58e660b0d (patch) | |
tree | 062f778d5c989fc3910288762fe3c1eb58813e28 /databases/php5-tarantool | |
parent | 4fc43c1060edc3e1b4a80c120f768ae6f877c1c0 (diff) | |
download | FreeBSD-ports-1e19a62945716eff61e635130b0a15e58e660b0d.zip FreeBSD-ports-1e19a62945716eff61e635130b0a15e58e660b0d.tar.gz |
Fix.
Pointy hat to: vg
Sponsored by: Absolight
Diffstat (limited to 'databases/php5-tarantool')
-rw-r--r-- | databases/php5-tarantool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/php5-tarantool/Makefile b/databases/php5-tarantool/Makefile index 3301c79..e3d9d88 100644 --- a/databases/php5-tarantool/Makefile +++ b/databases/php5-tarantool/Makefile @@ -23,8 +23,10 @@ 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.mk> +.include <bsd.port.post.mk> |