diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-01-28 03:31:10 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-01-28 03:31:10 +0000 |
commit | 15d3a3a9813f5e67509de21bc98c6f952ee05933 (patch) | |
tree | 012793c63e26ea64d605b2933f94386971e4b05e /x11-wm | |
parent | 3e5032ae75648cfb28d3fb3747ac7842672c4d02 (diff) | |
download | ports-15d3a3a9813f5e67509de21bc98c6f952ee05933.tar.gz ports-15d3a3a9813f5e67509de21bc98c6f952ee05933.zip |
Move these ports from libungif to giflib since that seems to be the consensus
Notes
Notes:
svn path=/head/; revision=289905
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/libwraster/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile index 271704523321..29a18deea275 100644 --- a/x11-wm/libwraster/Makefile +++ b/x11-wm/libwraster/Makefile @@ -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 diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index cb58b8578a40..9b0f50f2e808 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -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 |