diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-02 19:04:43 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-02 19:04:43 +0000 |
commit | ce7fbff43d61bcf2d7b00284c12135298fe7104a (patch) | |
tree | 81e2c4b4d5cf535fabe0169d21f939f8c958f42f /graphics/jasper/Makefile | |
parent | a7e1bd5e3338985958e8cc254fa2501e999d503f (diff) |
- Update to version 1.701.0
PR: ports/65085
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=105983
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r-- | graphics/jasper/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index b9eab96f039b..6550215486bc 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jasper -PORTVERSION= 1.700.5 +PORTVERSION= 1.701.0 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} @@ -18,8 +18,8 @@ COMMENT= An implementation of the codec specified in the JPEG-2000 standard LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_ZIP= yes -USE_GNOME= lthack gnometarget -USE_LIBTOOL_VER=13 +USE_GNOME= gnometarget lthack +USE_LIBTOOL_VER= 13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |