aboutsummaryrefslogtreecommitdiff
path: root/graphics/giflib/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-12-08 16:48:38 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-12-08 16:48:38 +0000
commit60945f027780c21c987e0c642404a8383407edad (patch)
treefd2d9471767ad6e92fff12ef08f1cb015017f9f8 /graphics/giflib/Makefile
parente59096e905f88c35da2fdfb21e14d87a51cc6c9b (diff)
downloadports-60945f027780c21c987e0c642404a8383407edad.tar.gz
ports-60945f027780c21c987e0c642404a8383407edad.zip
Notes
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r--graphics/giflib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile
index 5208ed2a9f07..ab30d1ee7d70 100644
--- a/graphics/giflib/Makefile
+++ b/graphics/giflib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= giflib
PORTVERSION= 4.2.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x
PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2}
@@ -14,7 +14,7 @@ COMMENT= Tools and library routines for working with GIF images
CONFLICTS= libungif-[0-9]*
PORTSCOUT= limit:^4\.
-USES= tar:bzip2 libtool:oldver shebangfix
+USES= tar:bzip2 libtool shebangfix
SHEBANG_FILES= ${WRKSRC}/util/gifburst
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -54,7 +54,7 @@ post-patch:
.endif
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgif.so.5
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgif.so.4
.for i in ${LMAN1}
${INSTALL_MAN} ${WRKSRC}/doc/${i} ${STAGEDIR}${PREFIX}/man/man1/
.endfor