diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-10-24 17:58:38 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-10-24 17:58:38 +0000 |
commit | 95490dbfd66193eca22d2405df1934efcbd5a6d8 (patch) | |
tree | 3e91124345425b747b814b22b47e4d4ab3417841 /graphics/feh/Makefile | |
parent | 66a1b99b9a715b721ee1c9734a6d0e6d8d8a2ddc (diff) | |
download | ports-95490dbfd66193eca22d2405df1934efcbd5a6d8.tar.gz ports-95490dbfd66193eca22d2405df1934efcbd5a6d8.zip |
Notes
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r-- | graphics/feh/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index a4f7ab87f4b8..b329c487c077 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.27.1 -PORTREVISION= 1 +PORTVERSION= 2.28 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs @@ -27,9 +26,10 @@ CPE_VENDOR= daniel_friesel MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0 -OPTIONS_DEFINE= CAM DOCS EXAMPLES EXIF +OPTIONS_DEFINE= CAM DCRAW DOCS EXAMPLES EXIF CAM_DESC= Install feh-cam and related tools EXIF_DESC= Support EXIF tags +DCRAW_DESC= Use dcraw to display raw file previews OPTIONS_DEFAULT=CAM EXIF OPTIONS_SUB= yes @@ -38,6 +38,8 @@ CAM_MAKE_ENV= cam=1 EXIF_LIB_DEPENDS= libexif.so:graphics/libexif EXIF_MAKE_ENV= exif=1 +DCRAW_RUN_DEPENDS= dcraw:graphics/dcraw + post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|install-doc||' \ ${WRKSRC}/Makefile |