pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
taskwarrior: Support options.mk
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Jun 20 22:14:19 2016 +0200
Changeset: b40f9a9d902b1d73b1c157ba8966d94ec3223459
Modified Files:
taskwarrior/Makefile
Log Message:
taskwarrior: Support options.mk
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b40f9a9d902b1d73b1c157ba8966d94ec3223459
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
taskwarrior/Makefile | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diffs:
diff --git a/taskwarrior/Makefile b/taskwarrior/Makefile
index 89770f1..0f66a29 100644
--- a/taskwarrior/Makefile
+++ b/taskwarrior/Makefile
@@ -17,20 +17,12 @@ USE_LANGUAGES= c c++
# C++11 required
GCC_REQD+= 4.8
-PKG_OPTIONS_VAR= PKG_OPTIONS.taskwarrior
-PKG_SUPPORTED_OPTIONS= lua
-PKG_SUGGESTED_OPTIONS= lua
-
-.include "../../mk/bsd.options.mk"
-
INSTALLATION_DIRS+= ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
CMAKE_ARGS+= -DTASK_MAN1DIR=${PREFIX}/${PKGMANDIR}/man1
CMAKE_ARGS+= -DTASK_MAN5DIR=${PREFIX}/${PKGMANDIR}/man5
-.if !empty(PKG_OPTIONS:Mlua)
-.include "../../lang/lua/buildlink3.mk"
-.endif
+.include "options.mk"
.include "../../devel/libuuid/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index