diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-25 08:43:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-25 08:43:32 +0000 |
commit | 3711641b5ae93a5ec2aca044d3e32039d66e2239 (patch) | |
tree | 78dbe7ee00070577e18ec75d57effd34a9fc30aa /games/trackballs/Makefile | |
parent | Update to 2.2.1 (diff) |
- Fix build on 4.x
Noticed by: bento via kris
Diffstat (limited to 'games/trackballs/Makefile')
-rw-r--r-- | games/trackballs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 49b1ace3008b..83803c87ca35 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_X_PREFIX= yes +USE_GETOPT_LONG=yes USE_SDL= mixer image ttf sdl GNU_CONFIGURE= yes USE_REINPLACE= yes |