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 /misc | |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wmweather+/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |