diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-11 08:13:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-11 08:13:12 +0800 |
commit | b7522a694c2f01a38c1a97db0b6ff605ec6e16fb (patch) | |
tree | 3148a7091130e1b63210522cffcc655bc80d01b4 /games | |
parent | 01c5b53ecec7c247b54968001d2574d2d50b0d74 (diff) | |
download | freebsd-ports-gnome-b7522a694c2f01a38c1a97db0b6ff605ec6e16fb.tar.gz freebsd-ports-gnome-b7522a694c2f01a38c1a97db0b6ff605ec6e16fb.tar.zst freebsd-ports-gnome-b7522a694c2f01a38c1a97db0b6ff605ec6e16fb.zip |
- Unbreak build on HEAD
Diffstat (limited to 'games')
-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" \ "" \ |