diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 7fd2b1325da9..ba839c272530 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -49,10 +49,10 @@ LDFLAGS+= -lGL .elif ${CELESTIA_UI} == "gtk" CONFIGURE_ARGS+= --with-gtk USE_GNOME+= gtk20 +PLIST_FILES= share/applications/celestia.desktop .elif ${CELESTIA_UI} == "gnome" CATEGORIES+= gnome CONFIGURE_ARGS+= --with-gnome -PLIST_FILES= share/applications/celestia.desktop USE_GNOME+= libgnomeui GCONF_SCHEMAS= celestia.schemas PLIST_FILES= share/applications/celestia.desktop |