diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/passlogd | |
parent | fa9509791fb3ad63885e207da5c039b25eeef942 (diff) | |
download | freebsd-ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/passlogd')
-rw-r--r-- | net/passlogd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/passlogd/Makefile b/net/passlogd/Makefile index cb4cb1656586..d894aa112b67 100644 --- a/net/passlogd/Makefile +++ b/net/passlogd/Makefile @@ -21,10 +21,4 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |