diff options
author | araujo <araujo@FreeBSD.org> | 2017-03-19 12:02:40 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2017-03-19 12:02:40 +0800 |
commit | 445c8ca545cdf71f9ed53635a47762f33ad75c15 (patch) | |
tree | 0b3ec8c29e1706901a9d5cb7adde95b198233f8a /editors/komodo-edit | |
parent | cfb079960f45392b29ba238b7d366968fcf74279 (diff) | |
download | freebsd-ports-graphics-445c8ca545cdf71f9ed53635a47762f33ad75c15.tar.gz freebsd-ports-graphics-445c8ca545cdf71f9ed53635a47762f33ad75c15.tar.zst freebsd-ports-graphics-445c8ca545cdf71f9ed53635a47762f33ad75c15.zip |
Do not set NO_CDROM or NO_PACKAGE along with RESTRICT.
When use RESTRICT it implies the former ones.
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r-- | editors/komodo-edit/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 840a509388e..69ffddb6ed6 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -14,8 +14,6 @@ COMMENT= Multi-language editor from ActiveState CONFLICTS= komodo-ide-6* RESTRICTED= Distribution not permitted -NO_CDROM= Distribution not permitted -NO_PACKAGE= Distribution not permitted ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes |