summaryrefslogtreecommitdiff
path: root/x11/xplanet
diff options
context:
space:
mode:
authorwiz <wiz>2014-05-31 15:56:26 +0000
committerwiz <wiz>2014-05-31 15:56:26 +0000
commit826c096447936392489941cf5103b1855a3934cd (patch)
treec486917512ae39520b306c206df4396abb1a4e0e /x11/xplanet
parent549bf2dcde9c24667af2bb45977d2aae14e8bb3a (diff)
downloadpkgsrc-826c096447936392489941cf5103b1855a3934cd.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 'x11/xplanet')
-rw-r--r--x11/xplanet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile
index a5b4f269b89..9d131bfe98f 100644
--- a/x11/xplanet/Makefile
+++ b/x11/xplanet/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2014/05/29 23:38:20 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2014/05/31 15:56:28 wiz Exp $
DISTNAME= xplanet-1.2.2
-PKGREVISION= 20
+PKGREVISION= 21
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/}
@@ -25,7 +25,7 @@ INSTALLATION_DIRS+= ${XPLANET_DIRS:C,.*,share/xplanet/&,g}
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../mk/giflib.buildlink3.mk"
+.include "../../graphics/giflib/buildlink3.mk"
.include "../../graphics/netpbm/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"