aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-07-09 06:00:22 +0800
committermat <mat@FreeBSD.org>2015-07-09 06:00:22 +0800
commit1e19a62945716eff61e635130b0a15e58e660b0d (patch)
tree062f778d5c989fc3910288762fe3c1eb58813e28 /databases
parent4fc43c1060edc3e1b4a80c120f768ae6f877c1c0 (diff)
downloadfreebsd-ports-gnome-1e19a62945716eff61e635130b0a15e58e660b0d.tar.gz
freebsd-ports-gnome-1e19a62945716eff61e635130b0a15e58e660b0d.tar.zst
freebsd-ports-gnome-1e19a62945716eff61e635130b0a15e58e660b0d.zip
Fix.
Pointy hat to: vg Sponsored by: Absolight
Diffstat (limited to 'databases')
-rw-r--r--databases/php5-tarantool/Makefile4
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>