aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-11-08 00:11:54 +0800
committersat <sat@FreeBSD.org>2006-11-08 00:11:54 +0800
commite807ac8d06bf61812617d5c262fb2fae9e8c3825 (patch)
treed0287de3f18110840ce80f8a0584b58f7b89f081 /x11-toolkits
parent83d83e19ed9e3e4cc11718a7dd21a25011ce9158 (diff)
downloadfreebsd-ports-gnome-e807ac8d06bf61812617d5c262fb2fae9e8c3825.tar.gz
freebsd-ports-gnome-e807ac8d06bf61812617d5c262fb2fae9e8c3825.tar.zst
freebsd-ports-gnome-e807ac8d06bf61812617d5c262fb2fae9e8c3825.zip
- Mark broken on 4.x
Reported by: pointyhat via kris
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tktray/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/tktray/Makefile b/x11-toolkits/tktray/Makefile
index 40cd9921d030..aa93f6579305 100644
--- a/x11-toolkits/tktray/Makefile
+++ b/x11-toolkits/tktray/Makefile
@@ -33,4 +33,10 @@ post-patch:
post-install:
@${LN} -sf ${USE_LDCONFIG}/lib${TKPKG}.so ${USE_LDCONFIG}/lib${TKPKG}.so.0
-.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>