aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-12-25 06:24:51 +0800
committerswills <swills@FreeBSD.org>2011-12-25 06:24:51 +0800
commit6d14e2835fe11c49cfe3c1fc33084b43b428beb6 (patch)
tree9f3f4c3343943ce66ba86b8566af4abdc160cd15 /astro
parent8252970d084765fb3201fa6122ef6fd39446ad34 (diff)
downloadfreebsd-ports-graphics-6d14e2835fe11c49cfe3c1fc33084b43b428beb6.tar.gz
freebsd-ports-graphics-6d14e2835fe11c49cfe3c1fc33084b43b428beb6.tar.zst
freebsd-ports-graphics-6d14e2835fe11c49cfe3c1fc33084b43b428beb6.zip
- Switch from libungif to giflib to avoid duplicate files
PR: ports/163589 Approved by: novel (maintainer)
Diffstat (limited to 'astro')
-rw-r--r--astro/xplanet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile
index a07a8429488..79b530a5049 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