diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
commit | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (patch) | |
tree | 2bfa1b92e0b7e94dd901a1f482e54b22aec5571d /sysutils/searchmonkey | |
parent | 50ef8aeab64606f46790199997daf350fce5ea76 (diff) | |
download | freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.gz freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.zst freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'sysutils/searchmonkey')
-rw-r--r-- | sysutils/searchmonkey/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/searchmonkey/Makefile b/sysutils/searchmonkey/Makefile index f4b9c1d332a8..3f168570599f 100644 --- a/sysutils/searchmonkey/Makefile +++ b/sysutils/searchmonkey/Makefile @@ -24,10 +24,4 @@ PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}-32x32.png CFLAGS= -I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib -.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> |