diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-18 19:11:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-18 19:11:29 +0800 |
commit | f66043401d219e6bee08b710c77b732eb36060b5 (patch) | |
tree | 33a2c0660e6aa1ee1be77151d2f351ab35b4d41b /graphics/gridpix | |
parent | d9ee3962c7bfd2113fa777e2f591f564ae12e107 (diff) | |
download | freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.gz freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.tar.zst freebsd-ports-gnome-f66043401d219e6bee08b710c77b732eb36060b5.zip |
- update to jpeg7
Tested by: pav on pointyhat
Diffstat (limited to 'graphics/gridpix')
-rw-r--r-- | graphics/gridpix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |