Missing build dep on boost.

Pointed out by Nigel Taylor.
This commit is contained in:
bentley 2012-10-27 14:35:37 +00:00
parent ddb1073515
commit 63081f4aa7

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/27 07:12:45 bentley Exp $
# $OpenBSD: Makefile,v 1.2 2012/10/27 14:35:37 bentley Exp $
COMMENT = volleyball game with online play
@ -21,6 +21,7 @@ WANTLIB += GL GLU ICE SDL SM X11 Xext c m physfs pthread stdc++
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=blobby/}
MODULES = devel/cmake
BUILD_DEPENDS = devel/boost
LIB_DEPENDS = devel/sdl \
devel/physfs