Date: Mon, 2 Jun 2014 21:24:35 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356254 - head/net-im/venom Message-ID: <201406022124.s52LOZdX034499@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Mon Jun 2 21:24:35 2014 New Revision: 356254 URL: http://svnweb.freebsd.org/changeset/ports/356254 QAT: https://qat.redports.org/buildarchive/r356254/ Log: Add an option to show the QR code. Modified: head/net-im/venom/Makefile Modified: head/net-im/venom/Makefile ============================================================================== --- head/net-im/venom/Makefile Mon Jun 2 21:24:03 2014 (r356253) +++ head/net-im/venom/Makefile Mon Jun 2 21:24:35 2014 (r356254) @@ -26,4 +26,10 @@ USE_GNOME= glib20 gtk30 USE_SQLITE= yes INSTALLS_ICONS= yes +OPTIONS_DEFINE= QRCODE +OPTIONS_DEFAULT= QRCODE +QRCODE_DESC= "Show QR codes" +QRCODE_CMAKE_ON= -DENABLE_QR_ENCODE:BOOL="ON" +QRCODE_LIB_DEPENDS= libqrencode.so:${PORTSDIR}/graphics/libqrencode + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406022124.s52LOZdX034499>