diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-02-22 07:59:30 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-02-22 07:59:30 +0000 |
commit | 710fefdad9bd4d937727f5b9ffb95010ac4eb3c1 (patch) | |
tree | f38fd1e60c64de4db02dfc80bf6dbd99ce8d3796 /editors/komodo-edit | |
parent | 0d6c3cbae0489c7d11ae3a577290efb25543d9e6 (diff) |
- Fix typo in Makefile
PR: 144159
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250148
Diffstat (limited to 'editors/komodo-edit')
-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 |