summaryrefslogtreecommitdiff
path: root/astro/xplanet
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-12-24 22:24:51 +0000
committerSteve Wills <swills@FreeBSD.org>2011-12-24 22:24:51 +0000
commitc4ff7b1ea2b10585ceae1460e0fa52c1610d1b1b (patch)
tree2a41bb49c2b7ad34c44d5bd781d1786342074229 /astro/xplanet
parentabb774aca4c81985ab98cfb22ecdcd9b3dcc324a (diff)
downloadfreebsd-ports-c4ff7b1ea2b10585ceae1460e0fa52c1610d1b1b.zip
- Switch from libungif to giflib to avoid duplicate files
PR: ports/163589 Approved by: novel (maintainer)
Diffstat (limited to 'astro/xplanet')
-rw-r--r--astro/xplanet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile
index a07a84294885..79b530a50492 100644
--- a/astro/xplanet/Makefile
+++ b/astro/xplanet/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xplanet
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= astro geography
MASTER_SITES= SF
@@ -48,7 +49,7 @@ CONFIGURE_ARGS+= --without-pango
.if !defined(WITHOUT_GIF)
CONFIGURE_ARGS+= --with-gif
-LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
+LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib
.else
CONFIGURE_ARGS+= --without-gif
.endif