Add a missed dependency on portaudio-svn.

Build failure noticed by naddy@
This commit is contained in:
bentley 2017-01-25 03:51:29 +00:00
parent b0f3a0c1ee
commit e93f458d59

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2016/10/22 21:38:12 kili Exp $
# $OpenBSD: Makefile,v 1.4 2017/01/25 03:51:29 bentley Exp $
COMMENT = cross-platform widget toolkit
PKGNAME = agar-$V
REVISION = 0
REVISION = 1
SHARED_LIBS += ag_au 0.0 # 5.0
SHARED_LIBS += ag_core 0.0 # 5.0
@ -18,6 +18,7 @@ WANTLIB += png pthread pthread-stubs sndio usbhid xcb xcb-dri2
WANTLIB += xcb-glx z
LIB_DEPENDS = audio/libsndfile \
audio/portaudio-svn \
converters/libiconv \
databases/db/v4 \
devel/sdl \