diff options
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index adef06032c38..96ece9837f8c 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= garga@FreeBSD.org COMMENT= A SLang-based text editor -LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 CONFLICTS= jed-devel-[0-9]* |