diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-29 07:24:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-29 07:24:54 +0000 |
commit | beea89e9de0f4b56240ad59f61b6f45dfc8bd070 (patch) | |
tree | 7a312f159873c4af94e273d177f8db11351fca06 /astro | |
parent | 3251b08d88163064699d7bff30b462ab97606470 (diff) | |
download | ports-beea89e9de0f4b56240ad59f61b6f45dfc8bd070.tar.gz ports-beea89e9de0f4b56240ad59f61b6f45dfc8bd070.zip |
Notes
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 |