diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-28 05:10:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-28 05:10:16 +0000 |
commit | 1db5898f51abb349bc2d42c30739e11eca2e953b (patch) | |
tree | 3cf51de4eeb46ce561cc4796e1218cb097371a65 /korean/hanemacs/Makefile | |
parent | 5c590dc292d2b6afb26b652b2221b56f746a1f07 (diff) | |
download | ports-1db5898f51abb349bc2d42c30739e11eca2e953b.tar.gz ports-1db5898f51abb349bc2d42c30739e11eca2e953b.zip |
Flip NOT_FOR_ARCHS into ONLY_FOR_ARCHS=i386 since it is unlikely this port
will be ported to non-i386 architectures.
Notes
Notes:
svn path=/head/; revision=105478
Diffstat (limited to 'korean/hanemacs/Makefile')
-rw-r--r-- | korean/hanemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile index ab274dab8b35..f3c878e48b30 100644 --- a/korean/hanemacs/Makefile +++ b/korean/hanemacs/Makefile @@ -17,7 +17,7 @@ DISTNAME= hanemacs-19.34b-1 MAINTAINER= cjh@FreeBSD.org COMMENT= Korean version of GNU editing macros -NOT_FOR_ARCHS= alpha +ONLY_FOR_ARCHS= i386 WRKSRC= ${WRKDIR}/hanemacs-19.34 GNU_CONFIGURE= yes |