summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-06-18 16:22:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-06-18 16:22:14 +0000
commit327ff8ec07a89e4086eadfb7a18ea55bc0364820 (patch)
tree94ae57b3a4901a1275dffca4f8931635f9c755f0 /lang
parentf226588423567321546c3e482a6fb8a587337ee7 (diff)
downloadfreebsd-ports-327ff8ec07a89e4086eadfb7a18ea55bc0364820.zip
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'lang')
-rw-r--r--lang/etoile-compiler/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile
index aed586215ea9..194401024749 100644
--- a/lang/etoile-compiler/Makefile
+++ b/lang/etoile-compiler/Makefile
@@ -29,6 +29,7 @@ USE_GNUSTEP_LOCAL_LIBS+= SmalltalkSupport:${SMALLTALKKIT_PORT}
DEFAULT_LIBVERSION= 0.1
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Languages/Compiler
+ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
PLIST_FILES= Local/Tools/edlc
FOUNDATION_PORT?= devel/etoile-foundation