diff options
author | gahr <gahr@FreeBSD.org> | 2010-02-22 15:59:30 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-02-22 15:59:30 +0800 |
commit | d804ba6b1cbf8f31004c44a5a3a722763c13e728 (patch) | |
tree | 5a7aefbcd68ba255005baff550eb24492365f61f /editors | |
parent | 3eef65b25ad033e23fcaf5281ba63edd949609da (diff) | |
download | freebsd-ports-gnome-d804ba6b1cbf8f31004c44a5a3a722763c13e728.tar.gz freebsd-ports-gnome-d804ba6b1cbf8f31004c44a5a3a722763c13e728.tar.zst freebsd-ports-gnome-d804ba6b1cbf8f31004c44a5a3a722763c13e728.zip |
- Fix typo in Makefile
PR: 144159
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/komodo-edit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 99f7d4448eb3..9a440fa60f01 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -13,7 +13,7 @@ DISTNAME= Komodo-Edit-${PORTVERSION}-3797-linux-libcpp6-x86 MAINTAINER= gahr@FreeBSD.org COMMENT= Multi-language editor from ActiveState -ONLY_FOR_ARCH= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 RESTRICTED= Distribution not permitted NO_BUILD= yes USE_LINUX= f10 |