diff options
Diffstat (limited to 'devel/libkolab/Makefile')
-rw-r--r-- | devel/libkolab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libkolab/Makefile b/devel/libkolab/Makefile index ae015ee1148a..5f29e4864861 100644 --- a/devel/libkolab/Makefile +++ b/devel/libkolab/Makefile @@ -12,7 +12,7 @@ COMMENT= Advanced Kolab Object Handling Library # itself to be LGPL3-licensed (and so are all the installed headers). LICENSE= LGPL3 -LIB_DEPENDS= libkolabxml.so:${PORTSDIR}/textproc/libkolabxml +LIB_DEPENDS= libkolabxml.so:textproc/libkolabxml # TODO: Conditionally enable the bindings based on OPTIONs. CMAKE_ARGS= -DBUILD_TESTS:BOOL=OFF \ |