From 1ebf9b483ddba9997720219c2adc06e2012c3784 Mon Sep 17 00:00:00 2001 From: edwin Date: Fri, 13 Apr 2007 08:48:22 +0000 Subject: Make sysctl check less noisy if compat.linux.osrelease doesn't exist. Noticed by: INDEX build failure messages PR: ports/111524 Submitted by: Edwin Groothuis Reviewed by: Rong-En Fan Approved by: Timothy Bourke --- devel/uppaal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/uppaal/Makefile b/devel/uppaal/Makefile index fe95c85a199b..7310da4431d1 100644 --- a/devel/uppaal/Makefile +++ b/devel/uppaal/Makefile @@ -31,7 +31,7 @@ RESTRICTED= Downloading requires completion of a license agreement .include -LINUX_OSRELEASE!= ${SYSCTL} -n compat.linux.osrelease +LINUX_OSRELEASE!= ${ECHO_CMD} `${SYSCTL} -n compat.linux.osrelease 2>/dev/null` .if ${LINUX_OSRELEASE} == "2.4.2" || ${OSVERSION} < 700000 IGNORE=requires compat.linux.osrelease of at least 2.6.16 (needs 7.0 or later) -- cgit