diff options
-rw-r--r-- | audio/alsaplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index e32c9c6c8bc5..32394efc2772 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -183,5 +183,5 @@ post-patch: post-configure: @${REINPLACE_CMD} -e "s|CPPFLAGS = -I/usr/local/include|CPPFLAGS = |g" \ ${WRKSRC}/app/Makefile - + .include <bsd.port.post.mk> |