diff options
Diffstat (limited to 'graphics/maim/Makefile')
-rw-r--r-- | graphics/maim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index 565aec64c9ec..255703ce7490 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -2,8 +2,7 @@ PORTNAME= maim DISTVERSIONPREFIX= v -DISTVERSION= 5.5.3 -PORTREVISION= 4 +DISTVERSION= 5.6.3 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org @@ -15,7 +14,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libicuuc.so:devel/icu \ libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png \ - libslopy.so:x11/slop + libslopy.so.7.5:x11/slop USES= cmake compiler:c++11-lang gl jpeg xorg USE_GITHUB= yes |