summaryrefslogtreecommitdiff
path: root/editors/setedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/setedit/Makefile')
-rw-r--r--editors/setedit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile
index a41c6ea21c39..cafa3200d2b6 100644
--- a/editors/setedit/Makefile
+++ b/editors/setedit/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-4
MAINTAINER= exile@chamber.ee
COMMENT= Programmer's editor with a nice Text User Interface (TUI)
-LIB_DEPENDS= rhtv.2:${PORTSDIR}/devel/rhtvision
+LIB_DEPENDS= librhtv.so:${PORTSDIR}/devel/rhtvision
BROKEN= Does not build
MAKE_JOBS_UNSAFE= yes
@@ -62,14 +62,14 @@ PLIST_FILES= share/locale/es/LC_MESSAGES/setedit.mo \
.endif
.if ${PORT_OPTIONS:MAALIB}
-LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib
+LIB_DEPENDS+= libaa.so:${PORTSDIR}/graphics/aalib
CONFIGURE_ARGS+= --with-aa
.else
CONFIGURE_ARGS+= --without-aa
.endif
.if ${PORT_OPTIONS:MELECTRIC}
-LIB_DEPENDS+= efence.0:${PORTSDIR}/devel/ElectricFence
+LIB_DEPENDS+= libefence.so:${PORTSDIR}/devel/ElectricFence
CONFIGURE_ARGS+= --with-efence
.endif