diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:02:06 +0800 |
commit | 50ef8aeab64606f46790199997daf350fce5ea76 (patch) | |
tree | d8dd676e01f9fcfef951a72fa9db10a9508220bb /security/tripwire | |
parent | d92c67423df2ebda90ee2a58e20c374297252deb (diff) | |
download | freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.gz freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.zst freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.zip |
Remove always-false/true conditions based on OSVERSION 500000
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> |