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 /audio/etoile-melodie/Makefile | |
parent | 3929daf5e36828ce609499068117e3e451ea9a29 (diff) | |
download | ports-be37c96bb578577ba32a766ec1bbde8fb0900cd1.tar.gz ports-be37c96bb578577ba32a766ec1bbde8fb0900cd1.zip |
Notes
Diffstat (limited to 'audio/etoile-melodie/Makefile')
-rw-r--r-- | audio/etoile-melodie/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/etoile-melodie/Makefile b/audio/etoile-melodie/Makefile index 48225e8ad53b..631e57877e55 100644 --- a/audio/etoile-melodie/Makefile +++ b/audio/etoile-melodie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= melodie -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= audio gnustep MASTER_SITES= http://download.gna.org/etoile/ PKGNAMEPREFIX= etoile- @@ -29,8 +29,8 @@ USE_GNUSTEP_LOCAL_LIBS+= CoreObject:${COREOBJECT_PORT} USE_GNUSTEP_LOCAL_LIBS+= IconKit:${ICONKIT_PORT} USE_GNUSTEP_LOCAL_LIBS+= MediaKit:${MEDIAKIT_PORT} USE_GNUSTEP_LOCAL_LIBS+= EtoileUI:${ETOILE_UI_PORT} -USE_GNUSTEP_LOCAL_LIBS+= SmalltalkKit:${SMALLTALKKIT_PORT} USE_GNUSTEP_LOCAL_LIBS+= LanguageKit:${LANGUAGEKIT_PORT} +USE_GNUSTEP_LOCAL_LIBS+= SmalltalkSupport:${SMALLTALKKIT_PORT} USE_GNUSTEP_LOCAL_LIBS+= ScriptKit:${SCRIPTKIT_PORT} WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} @@ -41,8 +41,8 @@ COREOBJECT_PORT?= devel/etoile-coreobject ICONKIT_PORT?= x11-themes/etoile-iconkit MEDIAKIT_PORT?= multimedia/etoile-mediakit ETOILE_UI_PORT?= deskutils/etoile-ui -SMALLTALKKIT_PORT?= lang/etoile-smalltalkkit LANGUAGEKIT_PORT?= lang/etoile-languagekit +SMALLTALKKIT_PORT?= lang/etoile-smalltalkkit SCRIPTKIT_PORT?= lang/etoile-scriptkit .include <bsd.port.mk> |