diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index 608b5285276..36b13f2dd69 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -1,11 +1,15 @@ -# $OpenBSD: Makefile,v 1.19 2012/07/10 15:22:45 jasper Exp $ +# $OpenBSD: Makefile,v 1.20 2012/08/05 08:05:38 sthen Exp $ ONLY_FOR_ARCHS= ${GCC4_ARCHS} +SHARED_ONLY= Yes # XXX lua.port.mk bug +# The lua module marks packages PKG_ARCH=* unless they are SHARED_ONLY. +# To be fixed in lua, but marking this SHARED_ONLY as a temporary workaround +# and doesn't hurt anyway as freedroidrpg is gcc4-only. COMMENT= isometric RPG game DISTNAME = freedroidRPG-0.15.1 -REVISION = 0 +REVISION = 1 PKGNAME = ${DISTNAME:L} CATEGORIES= games x11