diff options
author | pav <pav@FreeBSD.org> | 2006-05-03 21:25:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-03 21:25:07 +0800 |
commit | 57c04beb7033430b70edf713823ab1360da084a6 (patch) | |
tree | 0d1965cff36464917e8b13f19e9dc175205abec8 /x11-wm | |
parent | 35ea1e3f5481f0aa4970badeab48cdde17a3ac0d (diff) | |
download | freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.tar.gz freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.tar.zst freebsd-ports-gnome-57c04beb7033430b70edf713823ab1360da084a6.zip |
- Switch lua dependency to lang/lua50
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/ion-2/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion-3/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion-3ds/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion3/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/ion-2/Makefile b/x11-wm/ion-2/Makefile index 4d7fad126cda..5bdd1fc06fdd 100644 --- a/x11-wm/ion-2/Makefile +++ b/x11-wm/ion-2/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ MAINTAINER= anthony.ginepro@laposte.net COMMENT= Ion is a tiling tabbed window manager -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua50 CONFLICTS= ion-2002* ion-devel-* pwm-* diff --git a/x11-wm/ion-3/Makefile b/x11-wm/ion-3/Makefile index f3935a60e119..a7229de0e44d 100644 --- a/x11-wm/ion-3/Makefile +++ b/x11-wm/ion-3/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ MAINTAINER= ed@fxq.nl COMMENT= The development version of the Ion window manager -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua50 RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support CONFLICTS= ion-2002* pwm-[0-9]* ion-2* diff --git a/x11-wm/ion-3ds/Makefile b/x11-wm/ion-3ds/Makefile index f3935a60e119..a7229de0e44d 100644 --- a/x11-wm/ion-3ds/Makefile +++ b/x11-wm/ion-3ds/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ MAINTAINER= ed@fxq.nl COMMENT= The development version of the Ion window manager -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua50 RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support CONFLICTS= ion-2002* pwm-[0-9]* ion-2* diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile index 4d7fad126cda..5bdd1fc06fdd 100644 --- a/x11-wm/ion3/Makefile +++ b/x11-wm/ion3/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ MAINTAINER= anthony.ginepro@laposte.net COMMENT= Ion is a tiling tabbed window manager -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua50 CONFLICTS= ion-2002* ion-devel-* pwm-* |