From c616aeb50381b8710cff3351ed5d9e6bee6dcef0 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sat, 27 Oct 2012 22:59:25 +0000 Subject: Add missing semicolon Feature safe: yes --- emulators/gns3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/gns3') diff --git a/emulators/gns3/Makefile b/emulators/gns3/Makefile index 2b8033a682b5..dde77542373c 100644 --- a/emulators/gns3/Makefile +++ b/emulators/gns3/Makefile @@ -24,7 +24,7 @@ USE_PYTHON= 2.6+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= GNS3 -DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator" "true" +DESKTOP_ENTRIES= "GNS3" "${COMMENT}" "" "${PORTNAME}" "System;Emulator;" "true" OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES -- cgit v1.2.3