diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-08 22:00:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-08 22:00:22 +0000 |
commit | 0542aa4cbaa8ba242e26db43351c7fb5f78fabf1 (patch) | |
tree | 062f778d5c989fc3910288762fe3c1eb58813e28 /databases/php5-tarantool/Makefile | |
parent | d451cf0ae227bc06a94c655ff88e7c105b59000b (diff) | |
download | ports-0542aa4cbaa8ba242e26db43351c7fb5f78fabf1.tar.gz ports-0542aa4cbaa8ba242e26db43351c7fb5f78fabf1.zip |
Notes
Diffstat (limited to 'databases/php5-tarantool/Makefile')
-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 3301c79dd952..e3d9d88fb930 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> |