diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-19 00:22:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-19 00:22:14 +0800 |
commit | 4e86f82bec87937f0bd09f568c5f5dbaa3dbd438 (patch) | |
tree | 6dd8c41a50991eca00f34cf47cb61ea9ed020a6f | |
parent | 073f625500eef593c87765b92841fe6221d868cb (diff) | |
download | freebsd-ports-gnome-4e86f82bec87937f0bd09f568c5f5dbaa3dbd438.tar.gz freebsd-ports-gnome-4e86f82bec87937f0bd09f568c5f5dbaa3dbd438.tar.zst freebsd-ports-gnome-4e86f82bec87937f0bd09f568c5f5dbaa3dbd438.zip |
- fix build with custom LOCALBASE
Reported by: QAT
-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 |