svn commit: r514745 - head/audio/baudline

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 18 23:23:39 UTC 2019


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 at 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)


More information about the svn-ports-head mailing list