diff options
author | alnsn <alnsn> | 2014-05-03 13:01:24 +0000 |
---|---|---|
committer | alnsn <alnsn> | 2014-05-03 13:01:24 +0000 |
commit | cf194864fefde8b4ec0425493e94628cfce9b351 (patch) | |
tree | b86bb6755b40f5294fb6f7629e38cd8538bca98c /wm/awesome | |
parent | a860e02b4682e1584d888e1d1120e8d83146e038 (diff) | |
download | pkgsrc-cf194864fefde8b4ec0425493e94628cfce9b351.tar.gz |
Adapt to Lua multiversion support.
Diffstat (limited to 'wm/awesome')
-rw-r--r-- | wm/awesome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/awesome/Makefile b/wm/awesome/Makefile index 1f939a3c527..e0d79868cdd 100644 --- a/wm/awesome/Makefile +++ b/wm/awesome/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.50 2014/04/29 22:18:04 degroote Exp $ +# $NetBSD: Makefile,v 1.51 2014/05/03 13:01:25 alnsn Exp $ # DISTNAME= awesome-3.5.5 +PKGREVISION= 1 CATEGORIES= x11 wm MASTER_SITES= http://awesome.naquadah.org/download/ EXTRACT_SUFX= .tar.xz @@ -12,6 +13,7 @@ COMMENT= Tiling window manager based on dwm LICENSE= gnu-gpl-v2 CONFLICTS+= awesome<3.0 +LUA_VERSIONS_INCOMPATIBLE=52 USE_TOOLS+= bash gmake pkg-config USE_CMAKE= yes |