diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/venom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/venom/Makefile b/net-im/venom/Makefile index b31bdaa1a2b4..735fa99e6ff4 100644 --- a/net-im/venom/Makefile +++ b/net-im/venom/Makefile @@ -28,7 +28,7 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= QRCODE NOTIFY OPTIONS_DEFAULT= QRCODE NOTIFY -QRCODE_DESC= "Show QR codes" +QRCODE_DESC= Show QR codes QRCODE_CMAKE_ON= -DENABLE_QR_ENCODE:BOOL="ON" QRCODE_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode NOTIFY_CMAKE_ON= -DENABLE_LIBNOTIFY:BOOL="ON" |