diff options
author | marino <marino@FreeBSD.org> | 2013-08-14 20:27:04 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-14 20:27:04 +0800 |
commit | d8a3635a5ec6c973bcab3a1b31fc9b6082aec8d3 (patch) | |
tree | eb58a988baf02ad7845e6cfee98619ec7ac02962 /lang/ats | |
parent | 638d05760fd98699ccb8750136c16d0ad74cffab (diff) | |
download | freebsd-ports-gnome-d8a3635a5ec6c973bcab3a1b31fc9b6082aec8d3.tar.gz freebsd-ports-gnome-d8a3635a5ec6c973bcab3a1b31fc9b6082aec8d3.tar.zst freebsd-ports-gnome-d8a3635a5ec6c973bcab3a1b31fc9b6082aec8d3.zip |
lang/ats: Fix typo on previous commit
Approved by: bapt (mentor)
Diffstat (limited to 'lang/ats')
-rw-r--r-- | lang/ats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ats/Makefile b/lang/ats/Makefile index 117735a0a0ea..32f52cc81674 100644 --- a/lang/ats/Makefile +++ b/lang/ats/Makefile @@ -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 |