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/ion-2 | |
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/ion-2')
-rw-r--r-- | x11-wm/ion-2/Makefile | 2 |
1 files changed, 1 insertions, 1 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-* |