aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-07-07 09:15:02 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-07-07 09:15:02 +0000
commit4b9ebd7e257bda166d79db6cfc12b60628b6deaa (patch)
tree5c9dd7105550991c51921a38d9668d0513948154 /deskutils
parent81d81de33fa8437b9e862a28984cadb898145dc5 (diff)
downloadports-4b9ebd7e257bda166d79db6cfc12b60628b6deaa.tar.gz
ports-4b9ebd7e257bda166d79db6cfc12b60628b6deaa.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/taskwarrior/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/deskutils/taskwarrior/Makefile b/deskutils/taskwarrior/Makefile
index 280f28d9772f..e70b1de76110 100644
--- a/deskutils/taskwarrior/Makefile
+++ b/deskutils/taskwarrior/Makefile
@@ -12,7 +12,11 @@ COMMENT= Feature-rich command-line todo list manager
LICENSE= MIT
-LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
+OPTIONS_DEFINE=GNUTLS
+OPTIONS_DEFAULT=GNUTLS
+
+GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
+GNUTLS_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_GnuTLS=TRUE
WRKSRC= ${WRKDIR}/task-${PORTVERSION}