diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-12-25 06:24:51 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-12-25 06:24:51 +0800 |
commit | c4ff7b1ea2b10585ceae1460e0fa52c1610d1b1b (patch) | |
tree | 2a41bb49c2b7ad34c44d5bd781d1786342074229 /astro/xplanet | |
parent | abb774aca4c81985ab98cfb22ecdcd9b3dcc324a (diff) | |
download | freebsd-ports-gnome-c4ff7b1ea2b10585ceae1460e0fa52c1610d1b1b.tar.gz freebsd-ports-gnome-c4ff7b1ea2b10585ceae1460e0fa52c1610d1b1b.tar.zst freebsd-ports-gnome-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/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 |