aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xsearch
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:49:19 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-09-01 08:49:19 +0000
commitc4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2 (patch)
treee094379ef6b174d20f1060e9b33bb65178c42cb0 /sysutils/xsearch
parent06dd0042094b2b87e403814a5a6f16ba0f41b1f2 (diff)
downloadports-c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2.tar.gz
ports-c4f73722c4aa1c78a1a23b87c7f5e64847e8a4f2.zip
Notes
Diffstat (limited to 'sysutils/xsearch')
-rw-r--r--sysutils/xsearch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xsearch/Makefile b/sysutils/xsearch/Makefile
index e91d5432d521..471a420a9f73 100644
--- a/sysutils/xsearch/Makefile
+++ b/sysutils/xsearch/Makefile
@@ -25,4 +25,10 @@ PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
CFLAGS= -I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>