diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-07-27 09:09:58 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-07-27 09:09:58 +0800 |
commit | 2f449d560724122ba72acdd49ea6d84df643bb70 (patch) | |
tree | 6ffee4a10c68c9451cf068a2451dfe66287ba711 | |
parent | efb93fd5490456e34fc687817a6a44903bf8c7dc (diff) | |
download | freebsd-ports-graphics-2f449d560724122ba72acdd49ea6d84df643bb70.tar.gz freebsd-ports-graphics-2f449d560724122ba72acdd49ea6d84df643bb70.tar.zst freebsd-ports-graphics-2f449d560724122ba72acdd49ea6d84df643bb70.zip |
Add missing dependency on graphics/webp.
-rw-r--r-- | net-im/telegram-purple/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/telegram-purple/Makefile b/net-im/telegram-purple/Makefile index 4837b30e679..e675a3b4c77 100644 --- a/net-im/telegram-purple/Makefile +++ b/net-im/telegram-purple/Makefile @@ -3,7 +3,7 @@ PORTNAME= telegram-purple PORTVERSION= 1.2.6 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= net-im @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -LIB_DEPENDS= libgcrypt.so:security/libgcrypt +LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ + libwebp.so:graphics/webp OPTIONS_DEFINE= NLS OPTIONS_SUB= yes |