svn commit: r342061 - head/x11/nvidia-driver

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 31 20:08:08 UTC 2014


Author: bapt
Date: Fri Jan 31 20:08:07 2014
New Revision: 342061
URL: http://svnweb.freebsd.org/changeset/ports/342061
QAT: https://qat.redports.org/buildarchive/r342061/

Log:
  OSVERSION cannot be tested without a bsd.port.*.mk included before

Modified:
  head/x11/nvidia-driver/Makefile

Modified: head/x11/nvidia-driver/Makefile
==============================================================================
--- head/x11/nvidia-driver/Makefile	Fri Jan 31 19:53:37 2014	(r342060)
+++ head/x11/nvidia-driver/Makefile	Fri Jan 31 20:08:07 2014	(r342061)
@@ -42,6 +42,8 @@ NVVERSION=	${DISTVERSION:S/.//g}
 NVVERSION=	${DISTVERSION:S/.//g}00
 .endif
 
+.include <bsd.port.options.mk>
+
 .if ${NVVERSION} >= 1952200
 MASTER_SITE_SUBDIR=	XFree86/FreeBSD-x86${ARCH_SUFX}/${DISTVERSION}
 ONLY_FOR_ARCHS=	i386 amd64


More information about the svn-ports-all mailing list