diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:18:12 +0000 |
commit | ffc486df06c7eda230c428c1f8761c13ee97e83c (patch) | |
tree | a75059efcc4ba44d07e36710805846aa16080e57 /games/trackballs | |
parent | f5fe85b2db7e0d33ec4a688a8143d1163eea63bb (diff) | |
download | ports-ffc486df06c7eda230c428c1f8761c13ee97e83c.tar.gz ports-ffc486df06c7eda230c428c1f8761c13ee97e83c.zip |
Notes
Diffstat (limited to 'games/trackballs')
-rw-r--r-- | games/trackballs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 31a4e301699e..49b1ace3008b 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -14,14 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= SDL-based Marble Madness clone -LIB_DEPENDS= SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_X_PREFIX= yes -USE_SDL= yes +USE_SDL= mixer image ttf sdl GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GNOME= gnometarget |