aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2012-11-28 13:48:10 +0800
committerak <ak@FreeBSD.org>2012-11-28 13:48:10 +0800
commitcf1641a8fa7c12505ba1d4a6f6ef97b830c7974f (patch)
tree335f140bb0761736dde0d7275295bee668c47554 /comms
parentb090b854636f1528763050478ffdb14b6087cd26 (diff)
downloadfreebsd-ports-gnome-cf1641a8fa7c12505ba1d4a6f6ef97b830c7974f.tar.gz
freebsd-ports-gnome-cf1641a8fa7c12505ba1d4a6f6ef97b830c7974f.tar.zst
freebsd-ports-gnome-cf1641a8fa7c12505ba1d4a6f6ef97b830c7974f.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
Diffstat (limited to 'comms')
-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