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/yersinia/Makefile | |
parent | - Update to 5.423 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200791
Diffstat (limited to 'security/yersinia/Makefile')
-rw-r--r-- | security/yersinia/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile index d053c67a531e..095d5a70ab49 100644 --- a/security/yersinia/Makefile +++ b/security/yersinia/Makefile @@ -34,12 +34,6 @@ CONFIGURE_ENV= LIBNET_CONFIG="${LIBNET_CONFIG}" LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap -.endif - #NOT_FOR_ARCHS= ia64 sparc64 MAN8= yersinia.8 PLIST_FILES= sbin/yersinia @@ -52,4 +46,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${PREFIX}/man/man8/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |