aboutsummaryrefslogtreecommitdiff
path: root/security/medusa/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
commit13441eac4bb7e0e8a50bd437681b05022e55146b (patch)
treed65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/medusa/Makefile
parent8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff)
downloadports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz
ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200791
Diffstat (limited to 'security/medusa/Makefile')
-rw-r--r--security/medusa/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/medusa/Makefile b/security/medusa/Makefile
index e00276b74fe0..a63c910e1ab0 100644
--- a/security/medusa/Makefile
+++ b/security/medusa/Makefile
@@ -30,12 +30,6 @@ MAN1= medusa.1
BROKEN= Does not build on ia64
.endif
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth
-CFLAGS+= -L${LOCALBASE}/lib/pth
-USE_GCC= 3.2+
-.endif
-
.if defined(WITH_SVN)
LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion
CFLAGS+= -I${LOCALBASE}/include/subversion-1 -I${LOCALBASE}/include/apr-1