diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-20 09:15:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-20 09:15:46 +0000 |
commit | be37c96bb578577ba32a766ec1bbde8fb0900cd1 (patch) | |
tree | 1a9afe1e318db7be88e70d1489008f985bf9ff8b /lang/etoile-compiler/Makefile | |
parent | 3929daf5e36828ce609499068117e3e451ea9a29 (diff) |
Notes
Diffstat (limited to 'lang/etoile-compiler/Makefile')
-rw-r--r-- | lang/etoile-compiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile index ee8adad7e620..aed586215ea9 100644 --- a/lang/etoile-compiler/Makefile +++ b/lang/etoile-compiler/Makefile @@ -6,7 +6,7 @@ # PORTNAME= compiler -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= lang gnustep MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- @@ -24,7 +24,7 @@ USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} USE_GNUSTEP_LOCAL_LIBS+= EtoileFoundation:${FOUNDATION_PORT} USE_GNUSTEP_LOCAL_LIBS+= LanguageKit:${LANGUAGEKIT_PORT} -USE_GNUSTEP_LOCAL_LIBS+= SmalltalkKit:${SMALLTALKKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= SmalltalkSupport:${SMALLTALKKIT_PORT} DEFAULT_LIBVERSION= 0.1 WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} |