aboutsummaryrefslogtreecommitdiff
path: root/graphics/ristretto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ristretto/Makefile')
-rw-r--r--graphics/ristretto/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index 280fe4817e37..8b6f7000ed6d 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -3,29 +3,26 @@
PORTNAME= ristretto
PORTVERSION= 0.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= An image viewer with Xfce integration
+COMMENT= Image viewer with Xfce integration
-LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- cairo.2:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
+ dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
+ cairo:${PORTSDIR}/graphics/cairo
-USES= pkgconfig gettext
+USES= pkgconfig gettext pathfix desktop-file-utils
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils
+USE_GNOME= gtk20 glib20 intltool intlhack
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_XFCE= configenv libmenu libutil xfconf
USE_XORG= x11
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>