aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/openjade
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index 98a1881ea64d..4757e55ebd30 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -55,5 +55,7 @@ post-install:
# Therefore, we'd better remove all machine optimizations and any -O
# other than -O{0,1,}. Idea taken from palm/prc-tools-gcc.
CPPFLAGS:= -O ${CFLAGS:N-O*:N-m*}
+LDFLAGS= -L${LOCALBASE}/lib
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
.include <bsd.port.post.mk>