diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 21:20:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-05 21:20:10 +0000 |
commit | 8c934011cdcc7111669c0f8ee3ab8696fbcf04f9 (patch) | |
tree | 4bcedb84653194eee0e953f1188f90f5b0b30c61 /games | |
parent | b4dbb5bb02539bd7413c16ef4b0dc143bac314f9 (diff) | |
download | ports-8c934011cdcc7111669c0f8ee3ab8696fbcf04f9.tar.gz ports-8c934011cdcc7111669c0f8ee3ab8696fbcf04f9.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gl-117/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index 7a006d2c6286..9b5e5da282d0 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -19,7 +19,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .if defined(.PARSEDIR) -USE_GAME= yes +USE_GMAKE= yes .endif DESKTOP_ENTRIES= "GL-117" \ |