diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-29 22:25:01 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-29 22:25:01 +0800 |
commit | 7d80b1db962646bba77421d6c88702db13337d44 (patch) | |
tree | 7be97b6ba2a319a25e17152363d02d861eae82e1 /editors | |
parent | d976cd9954985bd6d786905586cc999297b425f1 (diff) | |
download | freebsd-ports-gnome-7d80b1db962646bba77421d6c88702db13337d44.tar.gz freebsd-ports-gnome-7d80b1db962646bba77421d6c88702db13337d44.tar.zst freebsd-ports-gnome-7d80b1db962646bba77421d6c88702db13337d44.zip |
Fix typo in ONLY_FOR_ARCHS variable.
PR: 53534
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/e3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index afe3a532c621..3911da7337f4 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_GMAKE= yes MAKE_ARGS= OS=FREEBSD -ONLY_FOR_ARCH= i386 +ONLY_FOR_ARCHS= i386 MAN1= e3.1 |