diff options
author | xmj <xmj@FreeBSD.org> | 2014-11-20 20:21:38 +0800 |
---|---|---|
committer | xmj <xmj@FreeBSD.org> | 2014-11-20 20:21:38 +0800 |
commit | 0d1ec96c24d0be1b1f50fd9fffa79e382ee5d40e (patch) | |
tree | 8669f0a94d90e633e2163b384d2fff70365eee39 | |
parent | 1ac2196d169e12fac74c31f98aaa58fe040eba15 (diff) | |
download | freebsd-ports-gnome-0d1ec96c24d0be1b1f50fd9fffa79e382ee5d40e.tar.gz freebsd-ports-gnome-0d1ec96c24d0be1b1f50fd9fffa79e382ee5d40e.tar.zst freebsd-ports-gnome-0d1ec96c24d0be1b1f50fd9fffa79e382ee5d40e.zip |
editors/komodo-edit: allow install with linux_base-c6
- allow build with CentOS 6 linux bases.
PR: 195169
Differential Revision: https://reviews.freebsd.org/D1200
Submitted by: Jan Beich <jbeich@vfemail.com>
Approved by: koobs (mentor)
-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 4e356602d80c..857d356bf249 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -18,7 +18,7 @@ NO_PACKAGE= Distribution not permitted ONLY_FOR_ARCHS= i386 amd64 NO_BUILD= yes -USE_LINUX= f10 +USE_LINUX= yes USE_LINUX_APPS= alsalib gtk2 jpeg dbusglib PLIST_FILES= bin/komodo |