diff options
Diffstat (limited to 'graphics/maim/Makefile')
-rw-r--r-- | graphics/maim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index a0be845a0e40..d65f61c78138 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= maim -PORTVERSION= 5.5.2 +PORTVERSION= 5.5.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 CATEGORIES= graphics MAINTAINER= neel@neelc.org @@ -22,6 +21,7 @@ USE_GITHUB= yes GH_ACCOUNT= naelstrof USE_GL= gl glut USE_XORG= ice sm x11 xcomposite xext xfixes xrandr xrender + PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz CMAKE_ARGS= -DSLOP_LIBRARIES=${LOCALBASE}/lib/libslopy.so |