diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-18 02:09:55 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-07-18 02:09:55 +0800 |
commit | 64b3c7190e0fcc7fe7a11af35e6452d4ee060c79 (patch) | |
tree | f5165e34a9874e95163406c3f69d24039a7622e8 | |
parent | 026a17ce78db50384e6025e62174873dc23ff099 (diff) | |
download | marcuscom-ports-64b3c7190e0fcc7fe7a11af35e6452d4ee060c79.tar marcuscom-ports-64b3c7190e0fcc7fe7a11af35e6452d4ee060c79.tar.gz marcuscom-ports-64b3c7190e0fcc7fe7a11af35e6452d4ee060c79.tar.bz2 marcuscom-ports-64b3c7190e0fcc7fe7a11af35e6452d4ee060c79.tar.lz marcuscom-ports-64b3c7190e0fcc7fe7a11af35e6452d4ee060c79.tar.xz marcuscom-ports-64b3c7190e0fcc7fe7a11af35e6452d4ee060c79.tar.zst marcuscom-ports-64b3c7190e0fcc7fe7a11af35e6452d4ee060c79.zip |
Fix two wrong deps. I type them as gnome-shell-extensions-FOO.
Reported by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19779 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | deskutils/gnome-shell-extra-extensions/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnome-shell-extra-extensions/Makefile b/deskutils/gnome-shell-extra-extensions/Makefile index dbfd98b25..c168154fd 100644 --- a/deskutils/gnome-shell-extra-extensions/Makefile +++ b/deskutils/gnome-shell-extra-extensions/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-shell-extra-extensions PORTVERSION= 3.12.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= # empty DISTFILES= # empty @@ -17,8 +17,8 @@ RUN_DEPENDS= gnome-shell-extension-weather>=0:${PORTSDIR}/deskutils/gnome-shell- gnome-shell-extension-openweather>=0:${PORTSDIR}/deskutils/gnome-shell-extension-openweather \ gnome-shell-extension-panel-osd>=0:${PORTSDIR}/deskutils/gnome-shell-extension-panel-osd \ gnome-shell-extension-mediaplayer>=0:${PORTSDIR}/deskutils/gnome-shell-extension-mediaplayer \ - gnome-shell-extensions-calculator>=0:${PORTSDIR}/deskutils/gnome-shell-extension-calculator \ - gnome-shell-extensions-coverflow>=0:${PORTSDIR}/deskutils/gnome-shell-extension-coverflow \ + gnome-shell-extension-calculator>=0:${PORTSDIR}/deskutils/gnome-shell-extension-calculator \ + gnome-shell-extension-coverflow>=0:${PORTSDIR}/deskutils/gnome-shell-extension-coverflow \ gnome-shell-extension-overlay-icons>=0:${PORTSDIR}/deskutils/gnome-shell-extension-overlay-icons \ gnome-shell-extension-hidetopbar>=0:${PORTSDIR}/deskutils/gnome-shell-extension-hidetopbar \ gnome-shell-extension-lockkeys>=0:${PORTSDIR}/deskutils/gnome-shell-extension-lockkeys \ |