diff options
Diffstat (limited to 'games/linux-worldofgoo-demo/Makefile')
-rw-r--r-- | games/linux-worldofgoo-demo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/linux-worldofgoo-demo/Makefile b/games/linux-worldofgoo-demo/Makefile index 23f260d845f1..ab4c17408074 100644 --- a/games/linux-worldofgoo-demo/Makefile +++ b/games/linux-worldofgoo-demo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: World of Goo (Linux demo version) -# Date created: 14 Sep 2009 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# +# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= worldofgoo PORTVERSION= 1.41 @@ -32,6 +28,7 @@ USE_LINUX_APPS+= libglu USE_LINUX_APPS+= dri .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |