diff options
Diffstat (limited to 'graphics/libqrencode/Makefile')
-rw-r--r-- | graphics/libqrencode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 2683919f154a..c5ed6904a767 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -8,7 +8,7 @@ PORTNAME= libqrencode PORTVERSION= 3.1.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://megaui.net/fukuchi/works/qrencode/ DISTNAME= qrencode-${PORTVERSION} @@ -16,7 +16,7 @@ DISTNAME= qrencode-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org COMMENT= A C library for encoding data in a QR Code symbol -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png USE_GNOME= gnometarget gnomehack pkgconfig GNU_CONFIGURE= yes |