From f66043401d219e6bee08b710c77b732eb36060b5 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 18 Jul 2009 11:11:29 +0000 Subject: - update to jpeg7 Tested by: pav on pointyhat --- graphics/gridpix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/gridpix') diff --git a/graphics/gridpix/Makefile b/graphics/gridpix/Makefile index e1f6de79a01f..2942475715ca 100644 --- a/graphics/gridpix/Makefile +++ b/graphics/gridpix/Makefile @@ -7,6 +7,7 @@ PORTNAME= gridpix PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pgollucci @@ -16,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Present large images efficiently over the Internet BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpbm.a:${PORTSDIR}/graphics/netpbm -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg # create necessary directories -- don't want to depend on an http # server port since we don't know which one the user wants -- cgit