mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Chase libexif update
- Bump PORTREVISION PR: 79519 Submitted by: clsung
This commit is contained in:
parent
e91c62d524
commit
ec4f6acdbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132422
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= eog
|
||||
PORTVERSION= 2.10.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.10
|
||||
|
@ -30,8 +31,8 @@ GCONF_SCHEMAS= eog.schemas
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10)
|
||||
LIB_DEPENDS+= exif.10:${PORTSDIR}/graphics/libexif
|
||||
.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.12)
|
||||
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue