aboutsummaryrefslogtreecommitdiff
path: root/devel/uppaal
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-13 08:48:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-13 08:48:22 +0000
commit76f2eeed93a2d147b445ed4c53afa7b8ca88ca37 (patch)
tree62a7847e03d54d70ffa5d89f0409fe8d2ddb8c54 /devel/uppaal
parentc87d123fe1d9df43c82a498a2f789d46f7ea533c (diff)
downloadports-76f2eeed93a2d147b445ed4c53afa7b8ca88ca37.tar.gz
ports-76f2eeed93a2d147b445ed4c53afa7b8ca88ca37.zip
Notes
Diffstat (limited to 'devel/uppaal')
-rw-r--r--devel/uppaal/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
-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)