diff options
author | pav <pav@FreeBSD.org> | 2007-07-25 16:18:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-25 16:18:14 +0800 |
commit | a7b03d5de0859270cdf2ad62db274493cadb1334 (patch) | |
tree | e65267c2322e0ac00b5843ae6ee9d501492b7f52 /lang | |
parent | 2e6d5021a39688ad304c72d3a70f30ecb6034299 (diff) | |
download | freebsd-ports-gnome-a7b03d5de0859270cdf2ad62db274493cadb1334.tar.gz freebsd-ports-gnome-a7b03d5de0859270cdf2ad62db274493cadb1334.tar.zst freebsd-ports-gnome-a7b03d5de0859270cdf2ad62db274493cadb1334.zip |
- Fix typo IA32_BINART_PORT -> IA32_BINARY_PORT
Spotted by: Scot Hetzel <swhetzel@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cmucl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 55b7067779da..be331c898d4f 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -21,7 +21,7 @@ COMMENT= The CMU implementation of Common Lisp # To make available on other archs, has to be cross-compiled (there is a # script for this, but a configuration file has to be written). -IA32_BINART_PORT= yes +IA32_BINARY_PORT= yes USE_BZIP2= yes NO_WRKSUBDIR= yes NO_BUILD= yes |