1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mark IGNORE on < 9.1

This commit is contained in:
Dmitry Marakasov 2014-01-19 16:54:58 +00:00
parent 8ee9cfa717
commit dc4ce01bf6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340325

View File

@ -45,4 +45,10 @@ NOTIFY_CMAKE_ON= -DOPTION_NOTIFY=ON
NOTIFY_CMAKE_OFF= -DOPTION_NOTIFY=OFF
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
.include <bsd.port.options.mk>
.if ${OSVERSION} < 901000
IGNORE= does not build (no strtoll(3) support)
.endif
.include <bsd.port.mk>