diff options
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index ff23880f294c..6f19044b0d2f 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -3,7 +3,7 @@ PORTNAME= jpeg PORTVERSION= 8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.ijg.org/files/ \ http://sylvana.net/jpegcrop/:exif @@ -20,8 +20,7 @@ COMMENT= IJG's jpeg compression utilities WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION2} DISTVERSION2= 8d -# TODO: Remove :oldver together with patch-configure. -USES= libtool:oldver +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -49,6 +48,7 @@ test: build regression-test: test post-install: + ${LN} -s libjpeg.so.8 ${STAGEDIR}${PREFIX}/lib/libjpeg.so.11 .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/jpeg @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/jpeg/ |