diff options
author | kris <kris@FreeBSD.org> | 2004-03-28 13:10:16 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-28 13:10:16 +0800 |
commit | fe02ffdfa9aced479b033e5754ef76a446a7ddce (patch) | |
tree | 1a52505d8952bfc312d79b7bd5dcdef388fc1cab /korean/hanemacs | |
parent | 936e4c37298a103b5250402965765c3f21756f02 (diff) | |
download | freebsd-ports-gnome-fe02ffdfa9aced479b033e5754ef76a446a7ddce.tar.gz freebsd-ports-gnome-fe02ffdfa9aced479b033e5754ef76a446a7ddce.tar.zst freebsd-ports-gnome-fe02ffdfa9aced479b033e5754ef76a446a7ddce.zip |
Flip NOT_FOR_ARCHS into ONLY_FOR_ARCHS=i386 since it is unlikely this port
will be ported to non-i386 architectures.
Diffstat (limited to 'korean/hanemacs')
-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 |