aboutsummaryrefslogtreecommitdiff
path: root/graphics/tkpng
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-11-07 16:11:54 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-11-07 16:11:54 +0000
commitce29770b14337a413a383fe605ff9cb9efd5b90c (patch)
tree60b22516486da426953fb409f99455e3f6e4203c /graphics/tkpng
parent601267275690ea39761d853e68c7c58d6d2cf335 (diff)
downloadports-ce29770b14337a413a383fe605ff9cb9efd5b90c.tar.gz
ports-ce29770b14337a413a383fe605ff9cb9efd5b90c.zip
Notes
Diffstat (limited to 'graphics/tkpng')
-rw-r--r--graphics/tkpng/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/tkpng/Makefile b/graphics/tkpng/Makefile
index 2c681d2f3bb6..4f785953a89d 100644
--- a/graphics/tkpng/Makefile
+++ b/graphics/tkpng/Makefile
@@ -35,4 +35,10 @@ post-install:
@${LN} -sf ${PREFIX}/lib/${TKPKG}/lib${TKPKG}.so \
${PREFIX}/lib/${TKPKG}/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>