diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-13 14:28:35 +0000 |
commit | 2d73db35333e6fc7a451669d2944eb5d5e73dc3a (patch) | |
tree | 7d69792ab3d0db86f0e048e5aa7dd59cedde9739 /games/duel | |
parent | 278c1a98a989c10c5f2a06a7aa39615820656e32 (diff) |
Notes
Diffstat (limited to 'games/duel')
-rw-r--r-- | games/duel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/duel/Makefile b/games/duel/Makefile index 9eea06d3a62b..f91a9d34e605 100644 --- a/games/duel/Makefile +++ b/games/duel/Makefile @@ -7,7 +7,7 @@ PORTNAME= duel PORTVERSION= 0.98 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alepulver @@ -19,6 +19,7 @@ COMMENT= An overhead, OpenGL space shooter BUILD_DEPENDS= ${X11BASE}/lib/libftgl.a:${PORTSDIR}/graphics/ftgl LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GL= yes USE_SDL= sdl |