diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 14:24:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 14:24:47 +0000 |
commit | dce9e83a8e6d9734bbfb21410fc10d1ab5d20ea6 (patch) | |
tree | ba693709187c3bfb4a99ca977c1d972cb4928f96 /editors/setedit | |
parent | bcdec1a9e5d3001f595949ef3cacb8516ceded87 (diff) | |
download | ports-dce9e83a8e6d9734bbfb21410fc10d1ab5d20ea6.tar.gz ports-dce9e83a8e6d9734bbfb21410fc10d1ab5d20ea6.zip |
Notes
Diffstat (limited to 'editors/setedit')
-rw-r--r-- | editors/setedit/Makefile | 6 |
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 |