diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-08-02 19:36:34 +0000 |
commit | 789d75c728ef23566a07bf5b9bc2190bf34ff4f1 (patch) | |
tree | dc7540d42fa2d5d7c1c74515e3bdbf6ab842cd17 /x11-wm/ion-2 | |
parent | d1a9e827c98542eb35619dffa314cba50fb08b58 (diff) |
Notes
Diffstat (limited to 'x11-wm/ion-2')
-rw-r--r-- | x11-wm/ion-2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/ion-2/Makefile b/x11-wm/ion-2/Makefile index a2111740f4b5..eb2c4237f25e 100644 --- a/x11-wm/ion-2/Makefile +++ b/x11-wm/ion-2/Makefile @@ -8,17 +8,19 @@ PORTNAME= ion-2 PORTVERSION= 20040729 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= http://modeemi.fi/~tuomov/dl/archives/ MAINTAINER= ports@FreeBSD.org COMMENT= A tiling tabbed window manager +BROKEN= Does not build with new libltdl 2.2 + CONFLICTS= ion-2002* ion-devel-* pwm-* USE_XORG= x11 xext xinerama -USE_AUTOTOOLS= libtool:15 libltdl:15 +USE_AUTOTOOLS= libtool:22 libltdl:22 USE_LUA= 5.0 USE_GMAKE= yes MAKE_ENV= DEFINES="${IONDEFINES}" |