summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deskutils/planner/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile
index c11eb8469e90..461d478978a8 100644
--- a/deskutils/planner/Makefile
+++ b/deskutils/planner/Makefile
@@ -3,11 +3,12 @@
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
+# $MCom: ports/deskutils/planner/Makefile,v 1.1 2005/10/08 19:33:55 marcus Exp $
#
PORTNAME= planner
PORTVERSION= 0.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.13
@@ -23,6 +24,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \
libgsf
WANT_GNOME= yes
INSTALLS_OMF= yes
+INSTALLS_ICONS= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
@@ -36,13 +38,13 @@ GCONF_SCHEMAS= planner.schemas
.include <bsd.port.pre.mk>
-.if ${HAVE_GNOME:Mlibgda2}!=""
-USE_GNOME+= libgda2
-CONFIGURE_ARGS+=--enable-database=yes
-PLIST_SUB+= GDA=""
-.else
+#.if ${HAVE_GNOME:Mlibgda2}!=""
+#USE_GNOME+= libgda2
+#CONFIGURE_ARGS+=--enable-database=yes
+#PLIST_SUB+= GDA=""
+#.else
PLIST_SUB+= GDA="@comment "
-.endif
+#.endif
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \