aboutsummaryrefslogtreecommitdiff
path: root/graphics/teddy/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 05:45:34 +0000
commit90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch)
tree039e88512c84bb0c19d7d2204a18150ecd6574ab /graphics/teddy/Makefile
parent57ecc8add154f672ce9d853fb180da502d262718 (diff)
downloadports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.tar.gz
ports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.zip
Notes
Diffstat (limited to 'graphics/teddy/Makefile')
-rw-r--r--graphics/teddy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/teddy/Makefile b/graphics/teddy/Makefile
index aed94e07f6d2..0416d4a50030 100644
--- a/graphics/teddy/Makefile
+++ b/graphics/teddy/Makefile
@@ -29,6 +29,12 @@ USE_GMAKE= yes
PLIST_FILES= lib/libTeddy.a libdata/pkgconfig/Teddy.pc
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-extract:
@${CHMOD} +x ${WRKSRC}/configure
@@ -44,4 +50,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/libTeddy.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/Teddy.pc ${PREFIX}/libdata/pkgconfig
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>