diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-11 00:13:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-11 00:13:12 +0000 |
commit | cb6834209cd8efdd71e3a7ceb9f5569c74c0c7a2 (patch) | |
tree | 3148a7091130e1b63210522cffcc655bc80d01b4 /games/gl-117 | |
parent | b68d6da8d86669243b63e8cbb5a84e231e4608ad (diff) |
- Unbreak build on HEAD
Notes
Notes:
svn path=/head/; revision=320511
Diffstat (limited to 'games/gl-117')
-rw-r--r-- | games/gl-117/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index 9b5e5da282d0..b884e5a9525b 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -18,10 +18,6 @@ CONFIGURE_ARGS= --with-opengl-dir=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif - DESKTOP_ENTRIES= "GL-117" \ "Action flight simulator" \ "" \ |