aboutsummaryrefslogtreecommitdiff
path: root/astro/celestia
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2010-05-22 03:22:55 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2010-05-22 03:22:55 +0000
commit6484370e0d5b12ccf10b20c45380d74a81724f6e (patch)
tree3ec9ddaff68802d96fa13730c57d4beaf298cb9c /astro/celestia
parentc7417c40e593c3256fe97a2e826845c77432bedf (diff)
downloadports-6484370e0d5b12ccf10b20c45380d74a81724f6e.tar.gz
ports-6484370e0d5b12ccf10b20c45380d74a81724f6e.zip
- Mention that this is master port in Makefile header
- Append appropriate slave CATEGORIES - Drop explicit USE_QT_VER since USE_KDELIBS_VER implies it
Notes
Notes: svn path=/head/; revision=254772
Diffstat (limited to 'astro/celestia')
-rw-r--r--astro/celestia/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile
index 55c1a9269663..87f5539c4ed8 100644
--- a/astro/celestia/Makefile
+++ b/astro/celestia/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: Celestia
+# New ports collection makefile for: Celestia (master port)
# Date created: 2002-05-17
# Whom: Trevor Johnson <trevor@FreeBSD.org>
#
@@ -52,12 +52,13 @@ USE_GL+= glut
CONFIGURE_ARGS+= --with-gtk
USE_GNOME+= gtk20
.elif ${CELESTIA_UI} == "gnome"
+CATEGORIES+= gnome
CONFIGURE_ARGS+= --with-gnome
USE_GNOME+= libgnomeui
GCONF_SCHEMAS= celestia.schemas
.elif ${CELESTIA_UI} == "kde"
+CATEGORIES+= kde
CONFIGURE_ARGS+= --with-kde
-USE_QT_VER= 3
USE_KDELIBS_VER= 3
INSTALLS_ICONS= yes
.else