diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-17 19:46:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-17 19:46:21 +0000 |
commit | 4792392901811a83b7baf1d577211541f4e4358f (patch) | |
tree | 395270efc65bfb58ac6a94d760b9c82f06f14969 /audio/alsaplayer | |
parent | 988ec73013a71befef6148c6d5e9bbceec6a3589 (diff) | |
download | ports-4792392901811a83b7baf1d577211541f4e4358f.tar.gz ports-4792392901811a83b7baf1d577211541f4e4358f.zip |
Notes
Diffstat (limited to 'audio/alsaplayer')
-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> |