diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 01:14:50 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 01:14:50 +0000 |
commit | 0231887553c646c4ad36858cce3dcb996c608588 (patch) | |
tree | 0e07217738083da982a00a5ab0134ae39063cc6a /games | |
parent | This should fix all the compile problems bento (and others probably) has (diff) |
Add missing LIB_DEPENDS to unbreak this port.
Found by: bento
Notes
Notes:
svn path=/head/; revision=28838
Diffstat (limited to 'games')
-rw-r--r-- | games/battleball/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index f6d92e7b75ba..257872335e49 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= will@FreeBSD.org +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 + USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/battleball-2.1-src |