aboutsummaryrefslogtreecommitdiff
path: root/graphics/eog
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 15:31:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 15:31:38 +0000
commitc1ca350b174465d31f7bdfbd51925907b3e9efc7 (patch)
tree63f4bad8d90f414adaa916224f2f504306642554 /graphics/eog
parentab30b989de98ce910415070581227c582f4c36c7 (diff)
downloadports-c1ca350b174465d31f7bdfbd51925907b3e9efc7.tar.gz
ports-c1ca350b174465d31f7bdfbd51925907b3e9efc7.zip
Support stage
Drop uneeded dependency on shared-mime-infos
Notes
Notes: svn path=/head/; revision=350988
Diffstat (limited to 'graphics/eog')
-rw-r--r--graphics/eog/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index 8a92e66f33ea..1a0dfb7d4bbb 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -4,7 +4,7 @@
PORTNAME= eog
PORTVERSION= 2.32.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -12,26 +12,22 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The Eye Of Gnome image viewer
-BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
- update-mime-database:${PORTSDIR}/misc/shared-mime-info
-RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
- update-mime-database:${PORTSDIR}/misc/shared-mime-info
+BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
+RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-USE_BZIP2= yes
-USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \
- gconf2 gnomedesktop
+USE_GNOME= gnomeprefix intlhack librsvg2 gconf2 gnomedesktop
WANT_GNOME= yes
INSTALLS_ICONS= yes
-USES= gettext gmake pkgconfig
+USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig tar:bzip2
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
GNOME_DESKTOP_VERSION=2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
GCONF_SCHEMAS= eog.schemas
-NO_STAGE= yes
.include <bsd.port.pre.mk>
_WITH_EXIF= no
@@ -65,7 +61,4 @@ CONFIGURE_ARGS+=--enable-python
CONFIGURE_ARGS+=--disable-python
.endif
-post-install:
- @-update-desktop-database > /dev/null
-
.include <bsd.port.post.mk>