diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-30 12:28:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-30 12:28:39 +0000 |
commit | ca8e128e6212bd33d5de26a9bc7bec0bc4359156 (patch) | |
tree | 254262630d86e6b617abfedbdb7461dd9b45418d /lang/etoile-compiler/Makefile | |
parent | ec46bb88d18c00dd1c9a3e3bcc69238668068cd2 (diff) |
Notes
Diffstat (limited to 'lang/etoile-compiler/Makefile')
-rw-r--r-- | lang/etoile-compiler/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile index aed586215ea9..fcda298106bb 100644 --- a/lang/etoile-compiler/Makefile +++ b/lang/etoile-compiler/Makefile @@ -17,7 +17,6 @@ COMMENT= Etoile Project Smalltalk Compiler USE_BZIP2= yes USE_GNUSTEP= yes -USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes @@ -29,7 +28,7 @@ USE_GNUSTEP_LOCAL_LIBS+= SmalltalkSupport:${SMALLTALKKIT_PORT} DEFAULT_LIBVERSION= 0.1 WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Languages/Compiler -PLIST_FILES= Local/Tools/edlc +PLIST_FILES= GNUstep/Local/Tools/edlc FOUNDATION_PORT?= devel/etoile-foundation LANGUAGEKIT_PORT?= lang/etoile-languagekit |