diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2018-03-21 16:22:50 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2018-03-21 16:22:50 +0000 |
commit | 38826dfaf45133e19931604adbf22aead10f44ec (patch) | |
tree | ae286a7fe1b078f7ff3b291e7fc2d07788d3cd16 /graphics/feh/Makefile | |
parent | 6e03832857df8617e589475ecef780a1fbda3dcf (diff) | |
download | ports-38826dfaf45133e19931604adbf22aead10f44ec.tar.gz ports-38826dfaf45133e19931604adbf22aead10f44ec.zip |
Notes
Diffstat (limited to 'graphics/feh/Makefile')
-rw-r--r-- | graphics/feh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index c45e6d63e550..a383ca34ae6f 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feh -PORTVERSION= 2.23.2 +PORTVERSION= 2.25.1 CATEGORIES= graphics MASTER_SITES= http://feh.finalrewind.org/ \ LOCAL/uqs @@ -24,7 +24,7 @@ USE_PERL5= run CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV+= LDFLAGS="${LDFLAGS}" +MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0 OPTIONS_DEFINE= CAM DOCS EXAMPLES EXIF CAM_DESC= Install feh-cam and related tools |