aboutsummaryrefslogtreecommitdiff
path: root/devel/libthai/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-17 01:40:39 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-17 01:40:39 +0000
commitc5b03023580085039668d4be7d28332f0e206c5b (patch)
treedcbd3db81aac3a6388334ef612c777120f3c5570 /devel/libthai/Makefile
parentf10568f088a9e344c57dc10c138b720f73b6f97d (diff)
downloadports-c5b03023580085039668d4be7d28332f0e206c5b.tar.gz
ports-c5b03023580085039668d4be7d28332f0e206c5b.zip
Notes
Diffstat (limited to 'devel/libthai/Makefile')
-rw-r--r--devel/libthai/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile
index 283f0db27c86..410c2e498683 100644
--- a/devel/libthai/Makefile
+++ b/devel/libthai/Makefile
@@ -33,4 +33,10 @@ post-patch:
pre-configure:
@cd ${WRKSRC} && ${SH} autogen.sh
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000
+ALL_TARGET= all
+.endif
+
+.include <bsd.port.post.mk>