aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-11-01 20:46:07 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-11-01 20:46:07 +0000
commit291c479c05b7db09d3f5fed575c33e06d849b994 (patch)
tree6995e292f0307c3729fbab1a69be6e6f79b6ede1 /security
parent61c8234e51291cfc7728ffcdab05d8c75ca215bd (diff)
downloadports-291c479c05b7db09d3f5fed575c33e06d849b994.tar.gz
ports-291c479c05b7db09d3f5fed575c33e06d849b994.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/bsp_upektfmess/Makefile3
-rw-r--r--security/libpwstor/Makefile4
2 files changed, 0 insertions, 7 deletions
diff --git a/security/bsp_upektfmess/Makefile b/security/bsp_upektfmess/Makefile
index 57959842d1be..ed9f504e4f11 100644
--- a/security/bsp_upektfmess/Makefile
+++ b/security/bsp_upektfmess/Makefile
@@ -38,9 +38,6 @@ ONLY_FOR_ARCHS= i386
OPTIONS= GUI "Install GUI" off
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 700000
-IGNORE= needs at least FreeBSD 7.0-RELEASE
-.endif
.if defined(WITH_GUI)
TFMESSPATH=${WRKDIR}/${DISTNAME}
diff --git a/security/libpwstor/Makefile b/security/libpwstor/Makefile
index bf41732d480f..f366d8cc6a7f 100644
--- a/security/libpwstor/Makefile
+++ b/security/libpwstor/Makefile
@@ -45,10 +45,6 @@ MAN3= pwstor.3 \
CFLAGS+= -fPIC -DPIC
.endif
-.if ${OSVERSION} < 700000
-BROKEN= does not compile on FreeBSD 6.x
-.endif
-
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif