diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-12-24 22:24:51 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-12-24 22:24:51 +0000 |
commit | c4ff7b1ea2b10585ceae1460e0fa52c1610d1b1b (patch) | |
tree | 2a41bb49c2b7ad34c44d5bd781d1786342074229 /astro | |
parent | Upgrade to version 1.92. (diff) |
- 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/Makefile | 3 |
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 |