diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:27:10 +0000 |
commit | 123a1077ae94b118796367b40d8d74f2d00a814c (patch) | |
tree | 5e0235912fe722d880c5b8094907c6d9ad7285c3 /games/pengpong | |
parent | ffc486df06c7eda230c428c1f8761c13ee97e83c (diff) |
Notes
Diffstat (limited to 'games/pengpong')
-rw-r--r-- | games/pengpong/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/pengpong/Makefile b/games/pengpong/Makefile index f3ab10d46842..2219fa168216 100644 --- a/games/pengpong/Makefile +++ b/games/pengpong/Makefile @@ -14,12 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org COMMENT= A cross-platform pong game written in SDL -LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image - -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config - +USE_SDL= image sdl NO_WRKSUBDIR= yes -MAKE_ENV= SDL_CONFIG="${SDL_CONFIG}" USE_PERL5_BUILD=yes DATAFILES= 24P_Copperplate_Blue.png ball.tga logo.jpg \ |