diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-13 08:48:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-13 08:48:22 +0000 |
commit | 76f2eeed93a2d147b445ed4c53afa7b8ca88ca37 (patch) | |
tree | 62a7847e03d54d70ffa5d89f0409fe8d2ddb8c54 /devel | |
parent | c87d123fe1d9df43c82a498a2f789d46f7ea533c (diff) | |
download | ports-76f2eeed93a2d147b445ed4c53afa7b8ca88ca37.tar.gz ports-76f2eeed93a2d147b445ed4c53afa7b8ca88ca37.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/uppaal/Makefile | 2 |
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) |