diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-09-13 20:28:17 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-09-13 20:28:17 +0000 |
commit | e2fcb8e689c2b8d9f96a2b29e8fe67fc6df209ea (patch) | |
tree | 56c36db60c517e6d8c023f13eba510aa54bf4dd5 /devel/libkolab/Makefile | |
parent | 00517e99748597b3d1078c75b391d885dfdb1d5f (diff) |
Define PORTSCOUT in devel/libkolab.
devel/libkolab needs version 0.*, as 1.* is against Qt5.
Approved by: rakuco (mentor)
Notes
Notes:
svn path=/head/; revision=422082
Diffstat (limited to 'devel/libkolab/Makefile')
-rw-r--r-- | devel/libkolab/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libkolab/Makefile b/devel/libkolab/Makefile index b33c5eb600ae..d0dd5b97aa83 100644 --- a/devel/libkolab/Makefile +++ b/devel/libkolab/Makefile @@ -13,6 +13,8 @@ COMMENT= Advanced Kolab Object Handling Library # itself to be LGPL3-licensed (and so are all the installed headers). LICENSE= LGPL3 +PORTSCOUT= limit=^0\. + LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libkolabxml.so:textproc/libkolabxml \ |