- Convert tab to space after Created by:
- Use standard option name for pulseaudio Suggested by: danfe Approved by: Stephen Hurd <shurd@sasktel.net> (maintainer) Feature safe: yes
This commit is contained in:
parent
1d65e2f0d1
commit
c8591bb0ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307883
1 changed files with 4 additions and 4 deletions
|
@ -14,12 +14,12 @@ PLIST_FILES= bin/morsec \
|
|||
bin/QSO
|
||||
|
||||
OPTIONS_SINGLE= SOUND
|
||||
OPTIONS_SINGLE_SOUND= OSS X11 PA
|
||||
OPTIONS_SINGLE_SOUND= OSS X11 PULSEAUDIO
|
||||
OPTIONS_DEFAULT= OSS
|
||||
|
||||
OSS_DESC= Beep using OSS (/dev/dsp)
|
||||
X11_DESC= Beep using X server
|
||||
PA_DESC= Beep using Pulse Audio
|
||||
PULSEAUDIO_DESC= Beep using Pulse Audio
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
@ -32,7 +32,7 @@ USE_XORG= x11
|
|||
CFLAGS+= -I${PREFIX}/include
|
||||
LDFLAGS+= -L${PREFIX}/lib
|
||||
|
||||
.elif ${PORT_OPTIONS:MPA}
|
||||
.elif ${PORT_OPTIONS:MPULSEAUDIO}
|
||||
MAKE_FLAGS+= DEVICE=PA
|
||||
LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio
|
||||
USE_GNOME= pkgconfig
|
||||
|
|
Loading…
Reference in a new issue