diff options
Diffstat (limited to 'editors/biew/Makefile')
-rw-r--r-- | editors/biew/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index 013dc26a0bd2..8bed68d8010c 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -11,11 +11,11 @@ CATEGORIES= editors MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 + MAINTAINER= danfe@FreeBSD.org COMMENT= Binary file viewer and editor -BROKEN= does not build - HAS_CONFIGURE= yes CONFIGURE_ARGS= --cc="${CC}" --with-extraincdir="${LOCALBASE}/include" \ --ld="${CC}" --with-extralibdir="${LOCALBASE}/lib" \ |