diff options
Diffstat (limited to 'x11-wm/ion-3ds')
-rw-r--r-- | x11-wm/ion-3ds/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/ion-3ds/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/ion-3ds/files/patch-system.mk | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11-wm/ion-3ds/Makefile b/x11-wm/ion-3ds/Makefile index a7229de0e44d..23452cb0a43f 100644 --- a/x11-wm/ion-3ds/Makefile +++ b/x11-wm/ion-3ds/Makefile @@ -6,14 +6,14 @@ # PORTNAME= ion-3ds -PORTVERSION= 20060326 +PORTVERSION= 20060524 CATEGORIES= x11-wm 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/lua50 +BUILD_DEPENDS= ${LOCALBASE}/include/lua.hpp:${PORTSDIR}/lang/lua RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support CONFLICTS= ion-2002* pwm-[0-9]* ion-2* diff --git a/x11-wm/ion-3ds/distinfo b/x11-wm/ion-3ds/distinfo index 202a8697d332..b45cb765c5f1 100644 --- a/x11-wm/ion-3ds/distinfo +++ b/x11-wm/ion-3ds/distinfo @@ -1,3 +1,3 @@ -MD5 (ion-3ds-20060326.tar.gz) = 3d5628d4efe93f2de804cf5b01abc743 -SHA256 (ion-3ds-20060326.tar.gz) = 9f3c96c961e47c61e9c10b57de820b608b9d9fdaa43a893e63499b3f17231124 -SIZE (ion-3ds-20060326.tar.gz) = 617533 +MD5 (ion-3ds-20060524.tar.gz) = f9dbab5a5150c9944d7c6ed9e24daef6 +SHA256 (ion-3ds-20060524.tar.gz) = 421c4c9297cef7b5d01aabc9713d5ac2931d0b3834a2578690e01f8dec3e8a9a +SIZE (ion-3ds-20060524.tar.gz) = 620416 diff --git a/x11-wm/ion-3ds/files/patch-system.mk b/x11-wm/ion-3ds/files/patch-system.mk index bc094e967c8b..1b438949e5a0 100644 --- a/x11-wm/ion-3ds/files/patch-system.mk +++ b/x11-wm/ion-3ds/files/patch-system.mk @@ -1,5 +1,5 @@ ---- system.mk.orig Sat Jun 25 17:13:43 2005 -+++ system.mk Sat Jul 16 18:56:28 2005 +--- system.mk.orig Thu May 18 16:06:53 2006 ++++ system.mk Fri May 19 13:19:25 2006 @@ -7,7 +7,7 @@ ## Installation paths ## @@ -29,11 +29,11 @@ ## @@ -56,7 +56,7 @@ - # If you have installed Lua 5.0 from the official tarball without changing + # If you have installed Lua 5.1 from the official tarball without changing # paths, this should do it. -LUA_DIR=/usr/local +LUA_DIR=$(LOCALBASE) - LUA_LIBS = -L$(LUA_DIR)/lib -llua -llualib + LUA_LIBS = -L$(LUA_DIR)/lib -llua LUA_INCLUDES = -I$(LUA_DIR)/include LUA=$(LUA_DIR)/bin/lua @@ -74,7 +74,7 @@ |