diff options
Diffstat (limited to 'graphics/jasper/Makefile')
-rw-r--r-- | graphics/jasper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index e4d1da1bf689..3745788d1f5e 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -7,6 +7,7 @@ PORTNAME= jasper PORTVERSION= 1.701.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} @@ -19,8 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_ZIP= yes USE_GNOME= gnometarget lthack -USE_AUTOTOOLS= libtool:15 -LIBTOOLFLAGS= --disable-ltlibs --release-ignore +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-shared --enable-static |