aboutsummaryrefslogtreecommitdiff
path: root/audio/alac
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 14:49:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 14:49:20 +0000
commit5a847999e4d420a65d9453a23fc2fbd3be0f4af3 (patch)
tree907459acada590554830de22a5e3825695f36487 /audio/alac
parent631f6c17071b36a23e5a5e6863d79e6827f8a6f8 (diff)
downloadports-5a847999e4d420a65d9453a23fc2fbd3be0f4af3.tar.gz
ports-5a847999e4d420a65d9453a23fc2fbd3be0f4af3.zip
typo
Notes
Notes: svn path=/head/; revision=320944
Diffstat (limited to 'audio/alac')
-rw-r--r--audio/alac/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile
index d79c07c74ff3..cc807ca945bf 100644
--- a/audio/alac/Makefile
+++ b/audio/alac/Makefile
@@ -22,7 +22,7 @@ PORTDOCS= README
.include <bsd.port.options.mk>
post-patch:
-.if ! ${PORT_OTPIONS:MDEBUG}
+.if ! ${PORT_OPTIONS:MDEBUG}
@${REINPLACE_CMD} -e 's|-ggdb||' \
${WRKSRC}/${MAKEFILE}
.endif