diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 16:05:21 +0000 |
commit | edee314615bd46f5757d9ff74619b24c367f146b (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /deskutils/orage/Makefile | |
parent | e869b98462f3f85b6c2164bc0028a59b4d2af597 (diff) | |
download | ports-edee314615bd46f5757d9ff74619b24c367f146b.tar.gz ports-edee314615bd46f5757d9ff74619b24c367f146b.zip |
Notes
Diffstat (limited to 'deskutils/orage/Makefile')
-rw-r--r-- | deskutils/orage/Makefile | 10 |
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> |