Move these ports from libungif to giflib since that seems to be the consensus
This commit is contained in:
parent
3e5032ae75
commit
15d3a3a981
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289905
3 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|||
Hermes:${PORTSDIR}/graphics/Hermes \
|
||||
png:${PORTSDIR}/graphics/png \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
ungif:${PORTSDIR}/graphics/libungif
|
||||
gif.5:${PORTSDIR}/graphics/giflib
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_ICONV= yes
|
||||
|
|
|
@ -17,7 +17,7 @@ DISTNAME= WindowMaker-${PORTVERSION}
|
|||
MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT= libwraster from Window Maker
|
||||
|
||||
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
|
||||
png.6:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DISTNAME= WindowMaker-${PORTVERSION}
|
|||
MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT= GNUstep-compliant NeXTstep window manager clone
|
||||
|
||||
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
||||
LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \
|
||||
png.6:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/WindowMaker/Themes/LeetWM.themed/style:${PORTSDIR}/graphics/wmicons
|
||||
|
|
Loading…
Reference in a new issue