Date: Thu, 9 Aug 2018 11:14:53 +0000 (UTC) From: Diane Bruce <db@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476737 - head/comms/unixcw Message-ID: <201808091114.w79BErw4065445@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: db Date: Thu Aug 9 11:14:52 2018 New Revision: 476737 URL: https://svnweb.freebsd.org/changeset/ports/476737 Log: Fix obvious typo Modified: head/comms/unixcw/Makefile Modified: head/comms/unixcw/Makefile ============================================================================== --- head/comms/unixcw/Makefile Thu Aug 9 11:07:45 2018 (r476736) +++ head/comms/unixcw/Makefile Thu Aug 9 11:14:52 2018 (r476737) @@ -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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808091114.w79BErw4065445>