diff options
Diffstat (limited to 'textproc/luceneplusplus/Makefile')
-rw-r--r-- | textproc/luceneplusplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/luceneplusplus/Makefile b/textproc/luceneplusplus/Makefile index d9c780c1fb1c..717a1cf98736 100644 --- a/textproc/luceneplusplus/Makefile +++ b/textproc/luceneplusplus/Makefile @@ -11,7 +11,7 @@ COMMENT= C++ port of the Lucene library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LGPL.license -LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_system.so:devel/boost-libs USE_GITHUB= yes GH_ACCOUNT= luceneplusplus |