diff options
Diffstat (limited to 'editors/the/Makefile')
-rw-r--r-- | editors/the/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/the/Makefile b/editors/the/Makefile index d49108ba582a..a7a0daf5a0f0 100644 --- a/editors/the/Makefile +++ b/editors/the/Makefile @@ -19,7 +19,9 @@ BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-rexximc --with-ncurses +CONFIGURE_ARGS= --with-ncurses --with-rexximc \ + --with-rexxincdir=${LOCALBASE}/include \ + --with-rexxlibdir=${LOCALBASE}/lib post-install: .if !defined(NOPORTDOCS) |