diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 14:42:39 +0000 |
commit | 050450676e5d62aef012d8b8693fb6751464196e (patch) | |
tree | 5fa28a12afc04de9e147145e0c7deb1e7df8bd64 /games | |
parent | a69c5948a6f1963386e14deeb30f67e7effa3437 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/atr3d/Makefile | 1 | ||||
-rw-r--r-- | games/barrage/Makefile | 1 | ||||
-rw-r--r-- | games/briquolo/Makefile | 1 | ||||
-rw-r--r-- | games/openglad/Makefile | 1 | ||||
-rw-r--r-- | games/spacehulk/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile index 3a6470bef948..ec5088d6be3b 100644 --- a/games/atr3d/Makefile +++ b/games/atr3d/Makefile @@ -22,7 +22,6 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config WRKSRC= ${WRKDIR}/${PORTNAME} -USE_SIZE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_MESA= yes diff --git a/games/barrage/Makefile b/games/barrage/Makefile index 12b6bba12cc1..dcf681d52e59 100644 --- a/games/barrage/Makefile +++ b/games/barrage/Makefile @@ -16,7 +16,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= Destroy as many targets as possible -USE_SIZE= yes USE_GMAKE= yes USE_SDL= sdl mixer GNU_CONFIGURE= yes diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 39be04f7d81f..436e4f1bbccf 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -17,7 +17,6 @@ COMMENT= Breakout clone with an OpenGL 3D representation LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib \ png.5:${PORTSDIR}/graphics/png -USE_SIZE= yes USE_BZIP2= yes USE_REINPLACE= yes USE_GMAKE= yes diff --git a/games/openglad/Makefile b/games/openglad/Makefile index f99f45faa2c7..80e2d6e4388e 100644 --- a/games/openglad/Makefile +++ b/games/openglad/Makefile @@ -15,7 +15,6 @@ MASTER_SITE_SUBDIR= snowstorm MAINTAINER= krion@FreeBSD.org COMMENT= SDL port of an old DOS game called Gladiator -USE_SIZE= yes USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/games/spacehulk/Makefile b/games/spacehulk/Makefile index ec4dc32b60d4..0bfc4b59ddfd 100644 --- a/games/spacehulk/Makefile +++ b/games/spacehulk/Makefile @@ -14,7 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/-beta1/} MAINTAINER= krion@FreeBSD.org COMMENT= Science-fiction board game in the world of Warhammer 40000 -USE_SIZE= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 |