diff options
-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 |