diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-06-12 15:47:04 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-06-12 15:47:04 +0000 |
commit | eb1485b28ebe148955d7ab1c22b1d1c4bb97c34b (patch) | |
tree | 72b4e3ba27e7825fc650d4d844bc617c8320e5d5 /graphics/jasper/Makefile | |
parent | 5e29b1b922bad5ec1a6ad1007bacc96ed99b68e3 (diff) | |
download | ports-eb1485b28ebe148955d7ab1c22b1d1c4bb97c34b.tar.gz ports-eb1485b28ebe148955d7ab1c22b1d1c4bb97c34b.zip |
Notes
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r-- | graphics/jasper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 7982c6268b4e..7add389bd3ec 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -7,6 +7,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} @@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ImageMagick/delegates MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of the codec specified in the JPEG-2000 standard -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg USE_AUTOTOOLS= libtool:15 USE_ZIP= yes |