diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-29 15:24:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-29 15:24:54 +0800 |
commit | 53f03ae689ca4686257ab2d5235fe8786a0604c7 (patch) | |
tree | 7a312f159873c4af94e273d177f8db11351fca06 /astro/celestia | |
parent | 49db0d66bad9ce000046e6306d4c11885d9bdb6e (diff) | |
download | freebsd-ports-gnome-53f03ae689ca4686257ab2d5235fe8786a0604c7.tar.gz freebsd-ports-gnome-53f03ae689ca4686257ab2d5235fe8786a0604c7.tar.zst freebsd-ports-gnome-53f03ae689ca4686257ab2d5235fe8786a0604c7.zip |
Fix packaging celestia-gtk
Reported by: jenkins via swills
Diffstat (limited to 'astro/celestia')
-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 |