diff options
-rw-r--r-- | audio/cmus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 8575f42ebdec..666e36f2f805 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -70,6 +70,7 @@ pre-everything:: post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ "s|/bin/bash|${LOCALBASE}/bin/bash|; \ + /^#include/s|\<id3.h\>|\"id3.h\"|; \ s|-lncursesw|-lncurses|g" .include <bsd.port.post.mk> |