diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-18 16:22:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-18 16:22:14 +0000 |
commit | 327ff8ec07a89e4086eadfb7a18ea55bc0364820 (patch) | |
tree | 94ae57b3a4901a1275dffca4f8931635f9c755f0 /lang | |
parent | f226588423567321546c3e482a6fb8a587337ee7 (diff) | |
download | freebsd-ports-327ff8ec07a89e4086eadfb7a18ea55bc0364820.zip |
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'lang')
-rw-r--r-- | lang/etoile-compiler/Makefile | 1 |
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 |