aboutsummaryrefslogtreecommitdiff
path: root/security/vscan
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2007-04-19 06:58:49 +0000
committerPeter Pentchev <roam@FreeBSD.org>2007-04-19 06:58:49 +0000
commit33761910ce819310cafd5df86f63a08bd205f856 (patch)
treeb0f1c42b2df6213c7c510f03ae7d3ad843b33419 /security/vscan
parent0e5ed3160ce254fdb0c6b5ba2b0a8c2f0cbb45d0 (diff)
downloadports-33761910ce819310cafd5df86f63a08bd205f856.tar.gz
ports-33761910ce819310cafd5df86f63a08bd205f856.zip
Fix the OSVERSION check for FreeBSD 5.1.
Notes
Notes: svn path=/head/; revision=190327
Diffstat (limited to 'security/vscan')
-rw-r--r--security/vscan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index e5a3201bfdb6..ee4b3afbb37a 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -33,7 +33,7 @@ USE_LDCONFIG= YES
.endif
.if defined(WITHOUT_COMPAT3)
-.if ${OSVERSION} < 510000
+.if ${OSVERSION} < 501000
IGNORE= requires FreeBSD 5.1 or later
.endif
.else
@@ -86,7 +86,7 @@ do-install:
post-install:
${LN} -sf ${PREFIX}/lib${UVSCAN_LIB32}/libbsdfv.so.4 ${PREFIX}/lib${UVSCAN_LIB32}/libbsdfv.so
-.if defined(WITHOUT_COMPAT3) && ${OSVERSION} >= 510000
+.if defined(WITHOUT_COMPAT3) && ${OSVERSION} >= 501000
@${ECHO_CMD} ""
@${ECHO_CMD} "This may affect the system security. Use at your own risk."
@${ECHO_CMD} "You need to add the following two lines to your libmap${UVSCAN_LIB32}.conf(5):"