diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 17:01:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-08 17:01:39 +0000 |
commit | 8827cead8a544932cfc56f00ebbac7b886981d35 (patch) | |
tree | e0022117f2ff8088028cf8df73a8bfbd4c714e72 /games/gemrb/Makefile | |
parent | 31b083cc3667e017ea7b3dfe954fe39c9024aaa8 (diff) | |
download | ports-8827cead8a544932cfc56f00ebbac7b886981d35.tar.gz ports-8827cead8a544932cfc56f00ebbac7b886981d35.zip |
- USE_GZIP does not need to be defined last few years
Notes
Notes:
svn path=/head/; revision=225489
Diffstat (limited to 'games/gemrb/Makefile')
-rw-r--r-- | games/gemrb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 320fa9f4a447..9487b724660c 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -23,7 +23,6 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib \ --includedir=${LOCALBASE}/include -USE_GZIP= yes USE_GMAKE= yes USE_SDL= sdl USE_LDCONFIG= yes |