diff options
Diffstat (limited to 'games/gnome-games-extra-data/Makefile')
-rw-r--r-- | games/gnome-games-extra-data/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile index c6bb209b7866..e8c138bfd308 100644 --- a/games/gnome-games-extra-data/Makefile +++ b/games/gnome-games-extra-data/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnomegames2-extra-data -# Date created: 16 August 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ # $MCom: ports/games/gnome-games-extra-data/Makefile,v 1.31 2010/04/02 18:32:52 kwm Exp $ -# PORTNAME= gnome-games-extra-data PORTVERSION= 2.30.0 @@ -25,4 +21,5 @@ USE_GNOME= gnomehack gnomeprefix CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +NO_STAGE= yes .include <bsd.port.mk> |