missing dependency on SDL_net
fix WANTLIB while here
This commit is contained in:
parent
24097f846d
commit
6a39198c01
@ -1,7 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2006/01/27 01:11:08 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2006/02/05 08:21:47 sturm Exp $
|
||||
|
||||
COMMENT= "maze game resembling boulderdash"
|
||||
DISTNAME= rocksndiamonds-3.1.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= games x11
|
||||
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/
|
||||
|
||||
@ -14,10 +15,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= SDL X11 Xext c m pthread usbhid
|
||||
WANTLIB= SDL X11 Xext c m pthread smpeg usbhid
|
||||
|
||||
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer \
|
||||
SDL_image::devel/sdl-image
|
||||
SDL_image::devel/sdl-image \
|
||||
SDL_net::devel/sdl-net
|
||||
|
||||
NO_REGRESS= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user