Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 12:27:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324708 - head/lang/ats
Message-ID:  <201308141227.r7ECR4cD039482@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Aug 14 12:27:04 2013
New Revision: 324708
URL: http://svnweb.freebsd.org/changeset/ports/324708

Log:
  lang/ats: Fix typo on previous commit
  
  Approved by:	bapt (mentor)

Modified:
  head/lang/ats/Makefile

Modified: head/lang/ats/Makefile
==============================================================================
--- head/lang/ats/Makefile	Wed Aug 14 12:18:05 2013	(r324707)
+++ head/lang/ats/Makefile	Wed Aug 14 12:27:04 2013	(r324708)
@@ -13,7 +13,7 @@ MAINTAINER=	jyyou@cs.nctu.edu.tw
 COMMENT=	Language with a type system rooted in the Applied Type System
 
 ONLY_FOR_ARCHS=	i386 amd64
-USE=		gmake
+USES=		gmake
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include \
 		-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308141227.r7ECR4cD039482>