aboutsummaryrefslogtreecommitdiff
path: root/comms/morse
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2012-11-28 05:48:10 +0000
committerAlex Kozlov <ak@FreeBSD.org>2012-11-28 05:48:10 +0000
commitc8591bb0bac53aa5c3b39f5948ce38c3dd55961f (patch)
tree335f140bb0761736dde0d7275295bee668c47554 /comms/morse
parent1d65e2f0d1f96b1dc27e594225035c3c9f93c966 (diff)
downloadports-c8591bb0bac53aa5c3b39f5948ce38c3dd55961f.tar.gz
ports-c8591bb0bac53aa5c3b39f5948ce38c3dd55961f.zip
- 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
Notes
Notes: svn path=/head/; revision=307883
Diffstat (limited to 'comms/morse')
-rw-r--r--comms/morse/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/morse/Makefile b/comms/morse/Makefile
index fa00c41377ce..994da2c8331b 100644
--- a/comms/morse/Makefile
+++ b/comms/morse/Makefile
@@ -1,4 +1,4 @@
-# Created by: Stephen Hurd <shurd@sasktel.net>
+# Created by: Stephen Hurd <shurd@sasktel.net>
# $FreeBSD$
PORTNAME= morse
@@ -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