aboutsummaryrefslogtreecommitdiffstats
path: root/editors/komodo-edit
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-04-19 20:41:33 +0800
committergahr <gahr@FreeBSD.org>2012-04-19 20:41:33 +0800
commitbf48ad631c3bb16b8685b0ca36a71525f9a8bc93 (patch)
tree6e2de7f078157bcf77c654921cd0621cbfcee4a2 /editors/komodo-edit
parent6cf74f5799011b4cdc645bb235b1cd9bc732b3e2 (diff)
downloadfreebsd-ports-gnome-bf48ad631c3bb16b8685b0ca36a71525f9a8bc93.tar.gz
freebsd-ports-gnome-bf48ad631c3bb16b8685b0ca36a71525f9a8bc93.tar.zst
freebsd-ports-gnome-bf48ad631c3bb16b8685b0ca36a71525f9a8bc93.zip
- Add dbusglib to USE_LINUX_APPS [1]
- Fix DESKTOP_ENTRIES Reported by: Skull <skull@skull.ru> [1]
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>