diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 01:35:44 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 01:35:44 +0800 |
commit | 723293f414f9ed7af1b57ebe780f28668284af0e (patch) | |
tree | 57fa49a72e8a3b5463ed00afa3a80c231c271053 /graphics | |
parent | d6a655a4c8914b065cdecc8422f446a5a14a5597 (diff) | |
download | freebsd-ports-gnome-723293f414f9ed7af1b57ebe780f28668284af0e.tar.gz freebsd-ports-gnome-723293f414f9ed7af1b57ebe780f28668284af0e.tar.zst freebsd-ports-gnome-723293f414f9ed7af1b57ebe780f28668284af0e.zip |
Convert to USES=libtool.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jasper/Makefile | 8 | ||||
-rw-r--r-- | graphics/jasper/pkg-plist | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index 484ccdcbf5f9..9700d722a37d 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -3,22 +3,20 @@ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ${MASTER_SITE_IMAGEMAGICK} MASTER_SITE_SUBDIR= ImageMagick/delegates MAINTAINER= dinoex@FreeBSD.org -COMMENT= An implementation of the codec specified in the JPEG-2000 standard +COMMENT= Implementation of the codec specified in the JPEG-2000 standard LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg LICENSE= MIT -USE_AUTOTOOLS= libtool -USES= zip -USE_GNOME= lthack +USES= libtool:keepla zip GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/graphics/jasper/pkg-plist b/graphics/jasper/pkg-plist index 1e281fb816e6..c1107a82fdd1 100644 --- a/graphics/jasper/pkg-plist +++ b/graphics/jasper/pkg-plist @@ -26,6 +26,7 @@ lib/libjasper.a lib/libjasper.la lib/libjasper.so lib/libjasper.so.4 +lib/libjasper.so.4.0.0 man/man1/imgcmp.1.gz man/man1/imginfo.1.gz man/man1/jasper.1.gz |