View | Details | Raw Unified | Return to bug 125255 | Differences between
and this patch

Collapse All | Expand All

(-)devel/newt/Makefile (-2 / +7 lines)
Lines 17-24 Link Here
17
MAINTAINER=	pgollucci@p6m7g8.com
17
MAINTAINER=	pgollucci@p6m7g8.com
18
COMMENT=	Not Erik's Windowing Toolkit:  console I/O handling library#'
18
COMMENT=	Not Erik's Windowing Toolkit:  console I/O handling library#'
19
19
20
LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang \
20
LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
21
		popt.0:${PORTSDIR}/devel/popt
22
21
23
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
24
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
Lines 50-55 Link Here
50
49
51
.include <bsd.port.pre.mk>
50
.include <bsd.port.pre.mk>
52
51
52
.  if exists(${LOCALBASE}/lib/libslang.so.1)
53
LIB_DEPENDS+=   slang.1:${PORTSDIR}/devel/libslang
54
.  else
55
LIB_DEPENDS+=   slang.2:${PORTSDIR}/devel/libslang2
56
.  endif
57
53
post-patch:
58
post-patch:
54
	${REINPLACE_CMD} -e 's,^\(SONAME=\).*,\1${SOVERSION},g' \
59
	${REINPLACE_CMD} -e 's,^\(SONAME=\).*,\1${SOVERSION},g' \
55
		${WRKSRC}/configure
60
		${WRKSRC}/configure

Return to bug 125255