diff options
Diffstat (limited to 'textproc/randlm/Makefile')
-rw-r--r-- | textproc/randlm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/randlm/Makefile b/textproc/randlm/Makefile index e678b3120663..1da07c538f6c 100644 --- a/textproc/randlm/Makefile +++ b/textproc/randlm/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= demon@FreeBSD.org COMMENT= A toolkit for building randomized language models -BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:${PORTSDIR}/devel/google-sparsehash -LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs -RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:${PORTSDIR}/devel/google-sparsehash +BUILD_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/google-sparsehash +LIB_DEPENDS= libboost_thread.so:devel/boost-libs +RUN_DEPENDS= ${LOCALBASE}/include/google/sparse_hash_map:devel/google-sparsehash GNU_CONFIGURE= yes USE_PERL5= run |