diff options
author | dougb <dougb@FreeBSD.org> | 2012-01-28 11:31:10 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-01-28 11:31:10 +0800 |
commit | 0bf55b2aba0c7c7f3d1504c644a6b3de426d2cd2 (patch) | |
tree | 7a89d110790b3d793d588249075ba442c2154357 | |
parent | 5060b7641ab65c2eb2b8b214727d800c5fc20f38 (diff) | |
download | freebsd-ports-gnome-0bf55b2aba0c7c7f3d1504c644a6b3de426d2cd2.tar.gz freebsd-ports-gnome-0bf55b2aba0c7c7f3d1504c644a6b3de426d2cd2.tar.zst freebsd-ports-gnome-0bf55b2aba0c7c7f3d1504c644a6b3de426d2cd2.zip |
Move these ports from libungif to giflib since that seems to be the consensus
-rw-r--r-- | misc/wmweather+/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/libwraster/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index ee34c1eeebe9..81ac047c46c0 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -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 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 |