diff options
Diffstat (limited to 'databases/py-pytc/Makefile')
-rw-r--r-- | databases/py-pytc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-pytc/Makefile b/databases/py-pytc/Makefile index a8792691d2e8..48d77238a6ad 100644 --- a/databases/py-pytc/Makefile +++ b/databases/py-pytc/Makefile @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Tokyo Cabinet Python bindings -LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet USE_PYTHON= yes USE_PYDISTUTILS= yes |