diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-07 16:11:54 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-07 16:11:54 +0000 |
commit | ce29770b14337a413a383fe605ff9cb9efd5b90c (patch) | |
tree | 60b22516486da426953fb409f99455e3f6e4203c /x11-toolkits | |
parent | 601267275690ea39761d853e68c7c58d6d2cf335 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tktray/Makefile | 8 |
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> |