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 /graphics | |
parent | 601267275690ea39761d853e68c7c58d6d2cf335 (diff) | |
download | ports-ce29770b14337a413a383fe605ff9cb9efd5b90c.tar.gz ports-ce29770b14337a413a383fe605ff9cb9efd5b90c.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tkpng/Makefile | 8 |
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> |