- Remove references to now non-existant devel/libslang
PR: ports/145245 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
This commit is contained in:
parent
6701e036cd
commit
3ee4eb6c06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254222
4 changed files with 2 additions and 8 deletions
|
@ -46,8 +46,6 @@ MAN1= jed.1 rgrep.1
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
PLIST_SUB+= XJED="@comment "
|
||||
.else
|
||||
|
|
|
@ -43,11 +43,7 @@ USE_EFL+= imlib2
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SLANG)
|
||||
. if exists(${LOCALBASE}/lib/libslang.so.1)
|
||||
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
|
||||
. else
|
||||
LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2
|
||||
. endif
|
||||
CONFIGURE_ARGS+=--enable-slang
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-slang
|
||||
|
|
|
@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
|
|||
MAN1= iselect.1
|
||||
|
||||
.if defined(WITH_SLANG)
|
||||
LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang
|
||||
LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2
|
||||
CONFIGURE_ARGS+= --with-incdir=${LOCALBASE}/include \
|
||||
--with-libdir=${LOCALBASE}/lib
|
||||
.endif
|
||||
|
|
|
@ -23,7 +23,7 @@ LATEST_LINK= trafshow3
|
|||
|
||||
.if defined(WITH_TRAFSHOW_SLANG) || \
|
||||
(exists(${LOCALBASE}/lib/libslang.a) && !defined(WITHOUT_TRAFSHOW_SLANG))
|
||||
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
||||
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue