diff options
Diffstat (limited to 'graphics/jpgtn/Makefile')
-rw-r--r-- | graphics/jpgtn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile index 13ef11cb5e0c..1ea488ae31a2 100644 --- a/graphics/jpgtn/Makefile +++ b/graphics/jpgtn/Makefile @@ -7,7 +7,7 @@ PORTNAME= jpgtn PORTVERSION= 2.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/misc @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= apps/graphics/misc MAINTAINER= ports@FreeBSD.org COMMENT= Creates thumbnails of JPEG images -LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} |