diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:30:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:30:14 +0800 |
commit | 426b63f344b1d5d62c9c898d23ac803625d64c64 (patch) | |
tree | 78f73bc51f71e19103ff5250e4ac833fcb96ef86 /graphics/epeg | |
parent | 4d8ad02609f6e3b4c80151a48faa62751622b671 (diff) | |
download | freebsd-ports-gnome-426b63f344b1d5d62c9c898d23ac803625d64c64.tar.gz freebsd-ports-gnome-426b63f344b1d5d62c9c898d23ac803625d64c64.tar.zst freebsd-ports-gnome-426b63f344b1d5d62c9c898d23ac803625d64c64.zip |
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/Makefile | 5 | ||||
-rw-r--r-- | graphics/epeg/pkg-plist | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile index c4582d4b78de..e5f11205f47e 100644 --- a/graphics/epeg/Makefile +++ b/graphics/epeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= epeg PORTVERSION= 0.9.1.042 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ @@ -15,8 +15,7 @@ COMMENT= Immensely fast JPEG thumbnailing library LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= pathfix +USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib diff --git a/graphics/epeg/pkg-plist b/graphics/epeg/pkg-plist index 4fc22be40b4d..6fa1ea0d71a9 100644 --- a/graphics/epeg/pkg-plist +++ b/graphics/epeg/pkg-plist @@ -1,7 +1,7 @@ bin/epeg include/Epeg.h lib/libepeg.a -lib/libepeg.la lib/libepeg.so -lib/libepeg.so.9 +lib/libepeg.so.0 +lib/libepeg.so.0.9.1 libdata/pkgconfig/epeg.pc |