syncterm: don't pick up pulseaudio if present during build

This commit is contained in:
sthen
2024-05-24 13:36:49 +00:00
parent 84a6d83a0b
commit 65684fba0f
+2 -1
View File
@@ -1,7 +1,7 @@
COMMENT= BBS terminal program
DISTNAME= syncterm-1.1
REVISION= 3
REVISION= 4
CATEGORIES= comms net
@@ -25,6 +25,7 @@ RUN_DEPENDS= devel/desktop-file-utils \
MAKE_FILE= GNUmakefile
MAKE_FLAGS= RELEASE=1 \
NO_PULSEAUDIO=1 \
WITHOUT_CRYPTLIB=1 \
USE_SDL=1 \
SDL_CONFIG=${LOCALBASE}/bin/sdl2-config \