diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-10-19 21:40:23 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-10-19 21:40:23 +0000 |
commit | 359bd34c77a8cb96ac5a7aa3ef7cdd0b06c6baf3 (patch) | |
tree | 86070727b0f36578ae482e9304a6d109e15bec97 /audio/cmus | |
parent | 21aeda84be75203e72e7a561cd18a585a010e4eb (diff) | |
download | ports-359bd34c77a8cb96ac5a7aa3ef7cdd0b06c6baf3.tar.gz ports-359bd34c77a8cb96ac5a7aa3ef7cdd0b06c6baf3.zip |
Notes
Diffstat (limited to 'audio/cmus')
-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> |