summaryrefslogtreecommitdiff
path: root/misc/celestia/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'misc/celestia/options.mk')
-rw-r--r--misc/celestia/options.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/celestia/options.mk b/misc/celestia/options.mk
index 4b135b561ab..88bc539e93c 100644
--- a/misc/celestia/options.mk
+++ b/misc/celestia/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2006/02/17 23:46:39 adam Exp $
+# $NetBSD: options.mk,v 1.2 2007/01/26 04:25:46 markd Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.celestia
PKG_SUPPORTED_OPTIONS= # empty
@@ -30,6 +30,8 @@ PLIST_SRC= ${PKGDIR}/PLIST.gtk
.if !empty(PKG_OPTIONS:Mkde)
CONFIGURE_ARGS+= --with-kde
PLIST_SRC= ${PKGDIR}/PLIST.kde
+USE_DIRS+= kde3-1.0
+. include "../../graphics/hicolor-icon-theme/buildlink3.mk"
. include "../../x11/kdelibs3/buildlink3.mk"
.endif