diff options
Diffstat (limited to 'graphics/pornview/Makefile')
-rw-r--r-- | graphics/pornview/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index eec21308517f..bdadf926e4ae 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} @@ -15,8 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/} MAINTAINER= dinoex@FreeBSD.org COMMENT= PornView is an image viewer/manager -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif -LIB_DEPENDS+= xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ + png15:${PORTSDIR}/graphics/png \ + xcb-render-util:${PORTSDIR}/x11/xcb-util-renderutil USE_XORG= x11 xi xext xinerama USE_GNOME= gtk20 |