aboutsummaryrefslogtreecommitdiff
path: root/deskutils/orage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/orage/Makefile')
-rw-r--r--deskutils/orage/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile
index f913fb6cae72..7ad2deeb0f83 100644
--- a/deskutils/orage/Makefile
+++ b/deskutils/orage/Makefile
@@ -3,22 +3,23 @@
PORTNAME= orage
PORTVERSION= 4.8.4
+PORTREVISION= 1
CATEGORIES= deskutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= A calendar application to manage your time with Xfce 4
+COMMENT= Calendar application to manage your time with Xfce 4
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix desktop-file-utils
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack desktopfileutils
+USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
xfixes
@@ -79,7 +80,4 @@ post-patch:
${WRKSRC}/doc/C/Makefile.in \
${WRKSRC}/doc/C/images/Makefile.in
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>