diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-12 20:27:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-12 20:27:24 +0800 |
commit | 6a5d23e963f93f9070e070f0052da4abf813a641 (patch) | |
tree | 4b75d4561324b6a950d8e65dbaf44e9a666d7f75 /graphics/eog3/Makefile | |
parent | 7defdd23676ab306ae8573344aa79f24325b72ee (diff) | |
download | marcuscom-ports-6a5d23e963f93f9070e070f0052da4abf813a641.tar marcuscom-ports-6a5d23e963f93f9070e070f0052da4abf813a641.tar.gz marcuscom-ports-6a5d23e963f93f9070e070f0052da4abf813a641.tar.bz2 marcuscom-ports-6a5d23e963f93f9070e070f0052da4abf813a641.tar.lz marcuscom-ports-6a5d23e963f93f9070e070f0052da4abf813a641.tar.xz marcuscom-ports-6a5d23e963f93f9070e070f0052da4abf813a641.tar.zst marcuscom-ports-6a5d23e963f93f9070e070f0052da4abf813a641.zip |
Update to 3.6.2.
Submitted by: Gustau Perez
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18453 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/eog3/Makefile')
-rw-r--r-- | graphics/eog3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/eog3/Makefile b/graphics/eog3/Makefile index e8bad525f..70df0fd52 100644 --- a/graphics/eog3/Makefile +++ b/graphics/eog3/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/trunk/graphics/eog3/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= eog -PORTVERSION= 3.4.3 +PORTVERSION= 3.6.2 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -13,6 +13,7 @@ COMMENT= The Eye Of Gnome image viewer BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ + itstool:${PORTSDIR}/textproc/itstool \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= peas-gtk-1.0:${PORTSDIR}/devel/libpeas \ lcms.1:${PORTSDIR}/graphics/lcms @@ -24,10 +25,9 @@ CONFLICTS= eog-2.[0-9]* LATEST_LINK= eog3 USE_XZ= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 gnomedocutils +USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 INSTALLS_ICONS= yes USES= gettext pathfix desktop-file-utils pkgconfig shared-mime-info -INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -39,7 +39,7 @@ PLIST_SUB+= VERSION=3.0 OPTIONS_DEFINE= EXIF EXEMPI OPTIONS_DEFAULT=EXIF EXEMPI -EXIF_DESC= Digital camera file meta-data support +EXIF_DESC= Digital camera file meta-data support EXEMPI_DESC= XMP support .include <bsd.port.options.mk> |