diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 21:52:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-23 21:52:31 +0800 |
commit | 9f373da7c4a51b7f1768eefae0cc1c7c3690f6f9 (patch) | |
tree | 9a418e9c57ef6f4af0f46e2f6c5f69e72c70a363 /graphics | |
parent | cde07c2c2a3375b20890e9f86e3dd530091cf43a (diff) | |
download | freebsd-ports-gnome-9f373da7c4a51b7f1768eefae0cc1c7c3690f6f9.tar.gz freebsd-ports-gnome-9f373da7c4a51b7f1768eefae0cc1c7c3690f6f9.tar.zst freebsd-ports-gnome-9f373da7c4a51b7f1768eefae0cc1c7c3690f6f9.zip |
- Switch to USES=libtool
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giflib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 601b22f81f99..5ee053d42368 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -3,7 +3,7 @@ PORTNAME= giflib PORTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2} @@ -14,8 +14,7 @@ COMMENT= Tools and library routines for working with GIF images CONFLICTS= libungif-[0-9]* PORTSCOUT= limit:^4\. -USES= tar:bzip2 shebangfix -USE_AUTOTOOLS= libtool +USES= tar:bzip2 shebangfix libtool:oldver SHEBANG_FILES= ${WRKSRC}/util/gifburst GNU_CONFIGURE= yes USE_LDCONFIG= yes |