Index: head/devel/libthai/Makefile =================================================================== --- head/devel/libthai/Makefile (revision 239693) +++ head/devel/libthai/Makefile (revision 239694) @@ -1,36 +1,42 @@ # New ports collection makefile for: libthai # Date created: 28 March 2006 # Whom: Thawatchai Piyawat # # $FreeBSD$ # PORTNAME= libthai PORTVERSION= 0.1.5 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.usablelabs.com/download/ MAINTAINER= piyawat@usablelabs.com COMMENT= Thai language support library USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= automake:15 autoconf:262 libtool:22 MAKE_JOBS_UNSAFE= yes ALL_TARGET= all check MAN3= libthai.3 thctype.3 wtt.3 post-patch: @${REINPLACE_CMD} -E 's,^(pkgconfigdir = ).*$$,\1$$(prefix)/libdata/pkgconfig,' \ ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's,15,-1.5,' -e 's,259,-2.62,' \ ${WRKSRC}/autogen.sh pre-configure: @cd ${WRKSRC} && ${SH} autogen.sh -.include +.include + +.if ${ARCH} == "sparc64" && ${OSVERSION} > 800000 +ALL_TARGET= all +.endif + +.include Property changes on: head/devel/libthai/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property