diff options
-rw-r--r-- | audio/alac/Makefile | 2 |
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 |