diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-18 11:37:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-18 11:37:57 +0000 |
commit | f6d7c2bd98c0a3c03075d25d49d0f40048d4dea1 (patch) | |
tree | 7f5e4b8acc93d1a1ef472b4252274dd3c4ec1afe /graphics/gimageview/Makefile | |
parent | d8284b01dee1f7ff432cc77cc81692e268ef237b (diff) |
Notes
Diffstat (limited to 'graphics/gimageview/Makefile')
-rw-r--r-- | graphics/gimageview/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 795b7f7b975f..13b13e0512fd 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimageview PORTVERSION= 0.2.25 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkmmviewer @@ -33,6 +34,10 @@ PKGNAMESUFFIX= -imlib WITH_IMLIB= yes .endif +.if exists(${LOCALBASE}/lib/libexif.so.10) +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c +.endif + .if exists(${LOCALBASE}/lib/libmng.so.1) WITH_LIBMNG= yes .endif |