diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 17:39:32 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-15 17:39:32 +0000 |
commit | fc5a9d3081187733fe39e394f416633d2b7d706b (patch) | |
tree | 48001d58c4b78a18f2d0f69d6616278bf310c2ba | |
parent | f99bd7c56a7aee2ebb0534f981f59d91eeaafcdd (diff) |
Notes
-rw-r--r-- | sysutils/gdmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 7b938c507b96..653ec31d3864 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -31,7 +31,7 @@ BROKEN= "Doesn't build on FreeBSD < 5.x" .endif post-patch: - @${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' + @${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \ ${WRKSRC}/src/gui_main.c .include <bsd.port.post.mk> |