diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 16:55:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-20 16:55:17 +0800 |
commit | 18393b71cc5486d88d0fdb92b7a2ea79c893d760 (patch) | |
tree | 246674062646f74bbc39ee4cdf9cd05c3c4e8edf /editors/edith | |
parent | 81c0d53af749d0b82b46368652adc978134822f1 (diff) | |
download | freebsd-ports-gnome-18393b71cc5486d88d0fdb92b7a2ea79c893d760.tar.gz freebsd-ports-gnome-18393b71cc5486d88d0fdb92b7a2ea79c893d760.tar.zst freebsd-ports-gnome-18393b71cc5486d88d0fdb92b7a2ea79c893d760.zip |
This port works on amd64
Diffstat (limited to 'editors/edith')
-rw-r--r-- | editors/edith/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 7dcd8a492049..635dc0264ee1 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -12,7 +12,7 @@ DISTFILES= edith1.55.common.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= A X11 GUI editor for binary and plain text files -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes USE_LINUX_APPS= xorglibs |