aboutsummaryrefslogtreecommitdiff
path: root/audio/baudline
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-18 23:23:38 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-18 23:23:38 +0000
commitc9cd215a4dfb928dc5e4067446900a0edde578e8 (patch)
treeed2aeffcccca815dc0da4efd4126d41fe469a7dd /audio/baudline
parent5111b5611b6f5d279523d1086bebdd3cbd84c778 (diff)
downloadports-c9cd215a4dfb928dc5e4067446900a0edde578e8.tar.gz
ports-c9cd215a4dfb928dc5e4067446900a0edde578e8.zip
audio/baudline: Spell MPG123_RUN_DEPENDS correctly
Notes
Notes: svn path=/head/; revision=514745
Diffstat (limited to 'audio/baudline')
-rw-r--r--audio/baudline/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index 15ba0ce96bb7..7f3cd5bd6ed3 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -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)