From 1a2caf20b2e7977038222a99562ad74518f83fc5 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 15 Jul 2004 13:50:44 +0000 Subject: Fix module-path. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: ports/69070 Submitted by: Björn Lindström --- lang/scsh/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang') diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index 35fae7bb2108..2b95d3d49ef0 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -26,6 +26,8 @@ BROKEN= "fails to install on ${ARCH}" .endif GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-lib-dirs-list='("${PREFIX}/lib/scsh/0.6")' + USE_GMAKE= yes ALL_TARGET= enough MAN1= scsh.1 -- cgit v1.2.3