Date: Fri, 18 Oct 2019 23:23:39 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514745 - head/audio/baudline Message-ID: <201910182323.x9INNd0T082629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Oct 18 23:23:38 2019 New Revision: 514745 URL: https://svnweb.freebsd.org/changeset/ports/514745 Log: audio/baudline: Spell MPG123_RUN_DEPENDS correctly Modified: head/audio/baudline/Makefile Modified: head/audio/baudline/Makefile ============================================================================== --- head/audio/baudline/Makefile Fri Oct 18 23:06:21 2019 (r514744) +++ head/audio/baudline/Makefile Fri Oct 18 23:23:38 2019 (r514745) @@ -3,6 +3,7 @@ PORTNAME= baudline PORTVERSION= 1.08 +PORTREVISION= 1 CATEGORIES= audio linux # We have permission from author Erik Olsen <erik@sigblips.net> for the # package cluster to automatically fetch baudline @@ -26,7 +27,7 @@ PLIST_FILES= bin/baudline OPTIONS_DEFINE= MPG123 DOCS OPTIONS_DEFAULT= MPG123 -MMPG123_RUN_DEPENDS= mpg123:audio/mpg123 +MPG123_RUN_DEPENDS= mpg123:audio/mpg123 .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910182323.x9INNd0T082629>