diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-03-31 21:52:35 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-03-31 21:52:35 +0000 |
commit | 2624865135247bca83529f1ac8409a6583a214cb (patch) | |
tree | bca540992ce58db9547c73386940016d98c04444 /deskutils | |
parent | 3949bac7dcfc17ca5fde9f2830460fa0d1bb0ddb (diff) | |
download | ports-2624865135247bca83529f1ac8409a6583a214cb.tar.gz ports-2624865135247bca83529f1ac8409a6583a214cb.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/planner/Makefile | 21 | ||||
-rw-r--r-- | deskutils/planner/pkg-plist | 7 |
2 files changed, 2 insertions, 26 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile index 3fec3c61f1d4..9c99582f3ce6 100644 --- a/deskutils/planner/Makefile +++ b/deskutils/planner/Makefile @@ -4,7 +4,7 @@ PORTNAME= planner PORTVERSION= 0.14.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,23 +29,4 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= planner.schemas -MAN1= planner.1 - -OPTIONS_DEFINE= GDA -GDA_DESC= Enable database support (though libgda) - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGDA} -USE_GNOME+= libgda3 -CONFIGURE_ARGS+=--with-database=gda3 -PLIST_SUB+= GDA="" -.else -PLIST_SUB+= GDA="@comment " -.endif - -post-install: - @-update-desktop-database - .include <bsd.port.mk> diff --git a/deskutils/planner/pkg-plist b/deskutils/planner/pkg-plist index 824c5028d1b4..f41dee8667ce 100644 --- a/deskutils/planner/pkg-plist +++ b/deskutils/planner/pkg-plist @@ -32,19 +32,14 @@ lib/planner/plugins/libhtml-plugin.so lib/planner/plugins/libmsp-plugin.a lib/planner/plugins/libmsp-plugin.la lib/planner/plugins/libmsp-plugin.so -%%GDA%%lib/planner/plugins/libsql-plugin.a -%%GDA%%lib/planner/plugins/libsql-plugin.la -%%GDA%%lib/planner/plugins/libsql-plugin.so lib/planner/plugins/libxmlplanner-plugin.a lib/planner/plugins/libxmlplanner-plugin.la lib/planner/plugins/libxmlplanner-plugin.so lib/planner/storage-modules/libstorage-mrproject-1.a lib/planner/storage-modules/libstorage-mrproject-1.la lib/planner/storage-modules/libstorage-mrproject-1.so -%%GDA%%lib/planner/storage-modules/libstorage-sql.a -%%GDA%%lib/planner/storage-modules/libstorage-sql.la -%%GDA%%lib/planner/storage-modules/libstorage-sql.so libdata/pkgconfig/libplanner-1.pc +man/man1/planner.1.gz share/applications/planner.desktop %%DOCSDIR%%/README.sql %%DOCSDIR%%/kitchen.planner |