aboutsummaryrefslogtreecommitdiff
path: root/lang/etoile-smalltalkkit
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-06-05 03:26:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-06-05 03:26:12 +0000
commit828e187873cddebd97fa967d04d15fc4a0629008 (patch)
treeb623c3a93fe0de7a12f34a5b9bc137eb0909f6b4 /lang/etoile-smalltalkkit
parentf3d69e921954a0d92d6895d673f55a83717773e0 (diff)
downloadports-828e187873cddebd97fa967d04d15fc4a0629008.tar.gz
ports-828e187873cddebd97fa967d04d15fc4a0629008.zip
- fix buildwith custom LOCALBASE
Reported by: QAT
Notes
Notes: svn path=/head/; revision=235188
Diffstat (limited to 'lang/etoile-smalltalkkit')
-rw-r--r--lang/etoile-smalltalkkit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/etoile-smalltalkkit/Makefile b/lang/etoile-smalltalkkit/Makefile
index 7e14381fbec6..fc216af48489 100644
--- a/lang/etoile-smalltalkkit/Makefile
+++ b/lang/etoile-smalltalkkit/Makefile
@@ -31,6 +31,7 @@ DEFAULT_LIBVERSION= 0.6
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Languages/Smalltalk
DEFAULT_LIBVERSION2= 0.0.1
+ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2}
PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}