diff options
Diffstat (limited to 'textproc/unroff/Makefile')
-rw-r--r-- | textproc/unroff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 58566b8b7efe..f93e38ec47f1 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -16,7 +16,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Programmable troff translator with backend for HTML -LIB_DEPENDS= libelk.so:${PORTSDIR}/lang/elk +LIB_DEPENDS= libelk.so:lang/elk BUILD_WRKSRC= ${WRKSRC}/src MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DBSD" \ |