diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-11-29 22:36:43 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-11-29 22:36:43 +0000 |
commit | a810b7ea9027067bf0f5a3f0bf9647a7b9e10d1f (patch) | |
tree | 7f704527b089400599acdef0c49fb44c72b71cc0 /games/lgeneral | |
parent | 484511eafe368e6aaac34482f2f48279c4630987 (diff) | |
download | ports-a810b7ea9027067bf0f5a3f0bf9647a7b9e10d1f.tar.gz ports-a810b7ea9027067bf0f5a3f0bf9647a7b9e10d1f.zip |
Notes
Diffstat (limited to 'games/lgeneral')
-rw-r--r-- | games/lgeneral/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/lgeneral/Makefile b/games/lgeneral/Makefile index 149aa6138157..e08e860b136e 100644 --- a/games/lgeneral/Makefile +++ b/games/lgeneral/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: lgeneral -# Date created: 27 Aug 2002 -# Whom: Filippo Natali <filippo@widestore.net> -# +# Created by: Filippo Natali <filippo@widestore.net> # $FreeBSD$ -# PORTNAME= lgeneral PORTVERSION= 1.2.3 @@ -28,6 +24,7 @@ USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |