diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-07-05 10:37:52 +0000 |
commit | 0c1ab4538d54b087595d7a8f16514d04dd1f2797 (patch) | |
tree | f21783e8475252a14a9c27324eab07a32b8db432 /lang/etoile-compiler | |
parent | d427e266d87c72ff1f7acd0f62dd7986a0f10f93 (diff) | |
download | ports-0c1ab4538d54b087595d7a8f16514d04dd1f2797.tar.gz ports-0c1ab4538d54b087595d7a8f16514d04dd1f2797.zip |
- cleanup ADDITIONAL_LIB_DIRS
Notes
Notes:
svn path=/head/; revision=237172
Diffstat (limited to 'lang/etoile-compiler')
-rw-r--r-- | lang/etoile-compiler/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile index 194401024749..aed586215ea9 100644 --- a/lang/etoile-compiler/Makefile +++ b/lang/etoile-compiler/Makefile @@ -29,7 +29,6 @@ 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 |