diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-20 10:30:42 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-20 10:30:42 +0800 |
commit | df38deafe5f5228aa37a9c61f8afd414918bda58 (patch) | |
tree | 80497224678ae2ed5b275acda3fefb8596e53330 /x11/gnustep-app/Makefile | |
parent | e969f4feaa09f4cec221a2c1de8fade44952401c (diff) | |
download | freebsd-ports-gnome-df38deafe5f5228aa37a9c61f8afd414918bda58.tar.gz freebsd-ports-gnome-df38deafe5f5228aa37a9c61f8afd414918bda58.tar.zst freebsd-ports-gnome-df38deafe5f5228aa37a9c61f8afd414918bda58.zip |
- fix Position, drop MP3ToWav
Submitted by: cbv
Diffstat (limited to 'x11/gnustep-app/Makefile')
-rw-r--r-- | x11/gnustep-app/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index b2ec5f4eb454..056cee39272d 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-app PORTVERSION= 1.13.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -77,11 +77,12 @@ USE_GNUSTEP_SYSTEM_BUNDLES+= \ USE_GNUSTEP_LOCAL_BUNDLES+= \ Cddb:audio/cddb-bundle \ - MP3ToWav:audio/mp3towav-bundle \ USE_GNUSTEP_SYSTEM_THEMES+= \ Camaelon:x11-themes/etoile-camaelon \ +# MP3ToWav:audio/mp3towav-bundle \ + USE_GNUSTEP_LOCAL_THEMES+= \ WildMenus:x11-themes/etoile-wildmenus @@ -100,6 +101,7 @@ USE_GNUSTEP_SYSTEM_APPS+= \ WrapperFactory:deskutils/gnustep-wrapper \ GRubik:games/grubik \ AZDock:x11-wm/etoile-azdock \ + Position:astro/position \ USE_GNUSTEP_LOCAL_APPS+= \ Gomoku:games/gomoku.app \ @@ -165,7 +167,6 @@ USE_GNUSTEP_LOCAL_APPS+= \ LookAndBehavior:deskutils/etoile-lookandbehavior \ Azalea:x11-wm/etoile-azalea \ EtoileMenuServer:deskutils/etoile-menuserver \ - Position:astro/position \ Expense:finance/expense \ FreeTar:archivers/freetar \ CodeEditor:editors/codeeditor \ |