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/tripwire | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes:
svn path=/head/; revision=200791
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index c666517d69ab..0f4c89e39fc0 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -50,13 +50,6 @@ TRIPWIRE_CLOBBER?= NO # previously installed config files. CONFIGURE_ARGS= --prefix=${PREFIX} --program-transform-name='' --sysconfdir=${TWCFG} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -.endif - PLIST_SUB+= TWCFG=${TWCFG} TWDB=${TWDB} pre-configure: @@ -98,4 +91,4 @@ create-database: post-install: install-config-files create-database -.include <bsd.port.post.mk> +.include <bsd.port.mk> |