diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /security/medusa | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) | |
download | ports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip |
Notes
Diffstat (limited to 'security/medusa')
-rw-r--r-- | security/medusa/Makefile | 6 |
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 |