diff options
-rw-r--r-- | x11/nvidia-driver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 31da7470b830..9523578a9901 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -16,8 +16,8 @@ MAINTAINER= ports@freebsd.org USE_X_PREFIX= yes NO_PACKAGE= should be recompiled for a particular FreeBSD kernel -XSERVVERSION!= pkg_info -O x11-servers/XFree86-4-Server 2>/dev/null | grep Server- || true -XLIBVERSION!= pkg_info -O x11/XFree86-4-libraries 2>/dev/null | grep libraries- || true +XSERVVERSION!= ${PKG_INFO} -O x11-servers/XFree86-4-Server 2>/dev/null | grep Server- || true +XLIBVERSION!= ${PKG_INFO} -O x11/XFree86-4-libraries 2>/dev/null | grep libraries- || true PLIST_SUB= XSERVVERSION=${XSERVVERSION} XLIBVERSION=${XLIBVERSION} \ LINUXBASE=${LINUXBASE} |