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 | |
parent | 31b083cc3667e017ea7b3dfe954fe39c9024aaa8 (diff) |
- USE_GZIP does not need to be defined last few years
Notes
Notes:
svn path=/head/; revision=225489
Diffstat (limited to 'games')
-rw-r--r-- | games/gemrb/Makefile | 1 | ||||
-rw-r--r-- | games/lordsawar/Makefile | 1 |
2 files changed, 0 insertions, 2 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 diff --git a/games/lordsawar/Makefile b/games/lordsawar/Makefile index d7618ae121a8..589fc0143a2c 100644 --- a/games/lordsawar/Makefile +++ b/games/lordsawar/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= glademm-2.4:${PORTSDIR}/devel/libglademm24 \ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost -USE_GZIP= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= intltool |