diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 14:49:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-14 14:49:20 +0000 |
commit | 5a847999e4d420a65d9453a23fc2fbd3be0f4af3 (patch) | |
tree | 907459acada590554830de22a5e3825695f36487 /audio/alac | |
parent | 631f6c17071b36a23e5a5e6863d79e6827f8a6f8 (diff) | |
download | ports-5a847999e4d420a65d9453a23fc2fbd3be0f4af3.tar.gz ports-5a847999e4d420a65d9453a23fc2fbd3be0f4af3.zip |
Notes
Diffstat (limited to 'audio/alac')
-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 |