diff options
Diffstat (limited to 'graphics/bmeps/Makefile')
-rw-r--r-- | graphics/bmeps/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index 12a2093a00d9..5979629bdedd 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -1,8 +1,8 @@ PORTNAME= bitmap2pp -DISTVERSION= 4.37.1 +DISTVERSION= 4.39.0 CATEGORIES= graphics perl5 -MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} -DISTNAME= dktools-${PORTVERSION} +MASTER_SITES= SF/dktools/dktools/dktools-${DISTVERSION} +DISTNAME= dktools-${DISTVERSION} MAINTAINER= takefu@airport.fm COMMENT= Convert PNG/JPEG/TIFF to PDF/EPS @@ -11,7 +11,7 @@ WWW= https://sourceforge.net/p/dktools/wiki/bitmap2pp/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libpng16.so:graphics/png \ +LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff USES= jpeg localbase:ldflags |