diff options
author | danfe <danfe@FreeBSD.org> | 2010-05-22 11:22:55 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-05-22 11:22:55 +0800 |
commit | 994a53bfa106a1f289484391c3d3bc633501d959 (patch) | |
tree | b5d88e5e158ff8e605792fd440767ae1c3640df5 /astro | |
parent | ac666c961924ce787d5e315e944b522d67d4fff1 (diff) | |
download | freebsd-ports-gnome-994a53bfa106a1f289484391c3d3bc633501d959.tar.gz freebsd-ports-gnome-994a53bfa106a1f289484391c3d3bc633501d959.tar.zst freebsd-ports-gnome-994a53bfa106a1f289484391c3d3bc633501d959.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
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 5 |
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 |