diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-01-05 03:19:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-01-05 03:19:59 +0800 |
commit | 0b33ecc147977503563a7cbef3800d690585b592 (patch) | |
tree | f340552691fa735815aca3d8f645d89ef4718857 /graphics/pornview | |
parent | 262724ef344e5c17ae2c39fd93dde9b17afa28a8 (diff) | |
download | freebsd-ports-gnome-0b33ecc147977503563a7cbef3800d690585b592.tar.gz freebsd-ports-gnome-0b33ecc147977503563a7cbef3800d690585b592.tar.zst freebsd-ports-gnome-0b33ecc147977503563a7cbef3800d690585b592.zip |
- add xcb-render-util as dependency
Diffstat (limited to 'graphics/pornview')
-rw-r--r-- | graphics/pornview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile index ae2495404929..34830d1d4cda 100644 --- a/graphics/pornview/Makefile +++ b/graphics/pornview/Makefile @@ -7,7 +7,7 @@ PORTNAME= pornview PORTVERSION= 0.2.0.p.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,6 +17,7 @@ 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 USE_XORG= x11 xi xext xinerama USE_GNOME= gtk20 |