svn commit: r476737 - head/comms/unixcw

Diane Bruce db at FreeBSD.org
Thu Aug 9 11:14:54 UTC 2018


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:


More information about the svn-ports-all mailing list