diff options
author | db <db@FreeBSD.org> | 2018-08-09 19:14:52 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2018-08-09 19:14:52 +0800 |
commit | d6d257337dca4978993927943eaa6d23f85c1085 (patch) | |
tree | 2d822d1f03f96b8182dc46e589155bc2a2be6858 /comms | |
parent | efd777613606e52061e74916632592cedbb32ee6 (diff) | |
download | freebsd-ports-gnome-d6d257337dca4978993927943eaa6d23f85c1085.tar.gz freebsd-ports-gnome-d6d257337dca4978993927943eaa6d23f85c1085.tar.zst freebsd-ports-gnome-d6d257337dca4978993927943eaa6d23f85c1085.zip |
Fix obvious typo
Diffstat (limited to 'comms')
-rw-r--r-- | comms/unixcw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/unixcw/Makefile b/comms/unixcw/Makefile index 951a45484f8f..f92186b59fcc 100644 --- a/comms/unixcw/Makefile +++ b/comms/unixcw/Makefile @@ -44,7 +44,7 @@ OPTIONS_DEFAULT+= ALSA PULSEAUDIO ALSA_CONFIGURE_ENABLE= alsa PULSEAUDIO_CONFIGURE_ENABLE= pulseaudio ALSA_BUILD_DEPENDS= ${LOCALBASE}/include/alsa/asoundlib.h:audio/alsa-lib -PULSEAUDIO_BUILD_DEPENDS= ${LOCALBASE}/include/pulse/simple.h:audio/portaudio +PULSEAUDIO_BUILD_DEPENDS= ${LOCALBASE}/include/pulse/simple.h:audio/pulseaudio .endif post-install: |