aboutsummaryrefslogtreecommitdiff
path: root/editors/komodo-edit
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-04-19 12:41:33 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-04-19 12:41:33 +0000
commitf04c816657da4653e6bc1d4a72bbf07f1cbb923f (patch)
treef67a4916d61b10dc8c9b88f74e7158511c121601 /editors/komodo-edit
parent243ab7a6d8249d2be68c902ce71620b5174ad9b7 (diff)
downloadports-f04c816657da4653e6bc1d4a72bbf07f1cbb923f.tar.gz
ports-f04c816657da4653e6bc1d4a72bbf07f1cbb923f.zip
- Add dbusglib to USE_LINUX_APPS [1]
- Fix DESKTOP_ENTRIES Reported by: Skull <skull@skull.ru> [1]
Notes
Notes: svn path=/head/; revision=295110
Diffstat (limited to 'editors/komodo-edit')
-rw-r--r--editors/komodo-edit/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile
index 313b173d77e4..0f59beaeb95a 100644
--- a/editors/komodo-edit/Makefile
+++ b/editors/komodo-edit/Makefile
@@ -6,6 +6,7 @@
PORTNAME= komodo-edit
PORTVERSION= 6.1.2
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://downloads.activestate.com/Komodo/releases/${PORTVERSION}/
DISTNAME= Komodo-Edit-${PORTVERSION}-8334-linux-libcpp6-x86
@@ -18,12 +19,13 @@ CONFLICTS= komodo-ide-*
ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= yes
USE_LINUX= f10
-USE_LINUX_APPS= gtk2 jpeg
-
-DESKTOP_ENTRIES= "Komodo Edit" "Free multi-platform editor that makes it easy to write quality code." \
- "${DATADIR}/share/icons/komodo48.png" \
- "${PREFIX}/bin/komodo %%F" "Application;Development;Utility;TextEditor;" \
- false
+USE_LINUX_APPS= gtk2 jpeg dbusglib
+DESKTOP_ENTRIES="Komodo Edit" \
+ "Free multi-platform editor that makes it easy to write quality code." \
+ ${DATADIR}/share/icons/komodo48.png \
+ "${PORTNAME}" \
+ "Development;Utility;TextEditor;" \
+ ${FALSE}
.include <bsd.port.pre.mk>