summaryrefslogtreecommitdiff
path: root/misc/root
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-31 15:56:26 +0000
committerwiz <wiz@pkgsrc.org>2014-05-31 15:56:26 +0000
commit9279177e57cc15407565813a5494d4ab69884108 (patch)
treec486917512ae39520b306c206df4396abb1a4e0e /misc/root
parentdbd3db58dda4943add823ff3296e681cea42ee17 (diff)
downloadpkgsrc-9279177e57cc15407565813a5494d4ab69884108.tar.gz
libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
Diffstat (limited to 'misc/root')
-rw-r--r--misc/root/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile
index c793b4bea57..bf97ae041f4 100644
--- a/misc/root/Makefile
+++ b/misc/root/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2014/05/25 09:23:11 obache Exp $
+# $NetBSD: Makefile,v 1.55 2014/05/31 15:56:27 wiz Exp $
DISTNAME= root_v5.26.00b.source
PKGNAME= root-5.26
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= misc
MASTER_SITES= ftp://root.cern.ch/root/
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --disable-xml
#CONFIGURE_ARGS+= --disable-asimage
.include "../../graphics/png/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
-.include "../../mk/giflib.buildlink3.mk"
+.include "../../graphics/giflib/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"