svn commit: r324708 - head/lang/ats

John Marino marino at FreeBSD.org
Wed Aug 14 12:27:05 UTC 2013


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 at 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


More information about the svn-ports-head mailing list