diff options
Diffstat (limited to 'textproc/py-libtre/Makefile')
-rw-r--r-- | textproc/py-libtre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-libtre/Makefile b/textproc/py-libtre/Makefile index 8861cc4..6f03780 100644 --- a/textproc/py-libtre/Makefile +++ b/textproc/py-libtre/Makefile @@ -13,7 +13,7 @@ DISTNAME= tre-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT= Python interface for the tre regular expressions library -LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre +LIB_DEPENDS= libtre.so:${PORTSDIR}/textproc/libtre LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE |