fix WANTLIB (why did these have sndio in WANTLIB in the first place?)
This commit is contained in:
parent
9b15a0535d
commit
74b028b0ea
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/15 14:35:29 phessler Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/04/26 03:01:06 jakemsr Exp $
|
||||
|
||||
COMMENT= IT/MOD/XM player and library
|
||||
|
||||
DISTNAME= dumb-0.9.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
|
||||
CATEGORIES= audio
|
||||
|
||||
@ -17,7 +18,7 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_GMAKE= yes
|
||||
LIB_DEPENDS= alleg::games/allegro
|
||||
WANTLIB= c m sndio
|
||||
WANTLIB= c m pthread
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/15 14:39:50 phessler Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/04/26 03:01:06 jakemsr Exp $
|
||||
|
||||
COMMENT = game based on the Sonic the Hedgehog universe
|
||||
|
||||
V = 0.1.2
|
||||
DISTNAME = opensnc-src${V}
|
||||
PKGNAME = opensonic-${V}
|
||||
PKGNAME = opensonic-${V}p0
|
||||
|
||||
CATEGORIES= games
|
||||
|
||||
@ -26,7 +26,7 @@ LIB_DEPENDS = alleg::games/allegro \
|
||||
dumb::audio/dumb \
|
||||
vorbis,vorbisfile::audio/libvorbis
|
||||
|
||||
WANTLIB = c ogg m sndio
|
||||
WANTLIB = c ogg m pthread
|
||||
|
||||
do-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
|
||||
|
Loading…
Reference in New Issue
Block a user