diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 19:56:07 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 19:56:07 +0000 |
commit | cfbb133944764aa0f37f5db358668f28c388c7c5 (patch) | |
tree | a27895cc1f1a5eca0fe051dc71dc433fa3cce776 /sysutils/gdmap | |
parent | Remove 4.x support. (diff) |
Remove 4.x support.
PR: ports/111770:
Submitted by: Marcelo Araujo (araujo@bsdmail.org)
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=190297
Diffstat (limited to 'sysutils/gdmap')
-rw-r--r-- | sysutils/gdmap/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile index 522c16643a8c..a19b93472c92 100644 --- a/sysutils/gdmap/Makefile +++ b/sysutils/gdmap/Makefile @@ -23,14 +23,8 @@ GNU_CONFIGURE= yes MAN1= gdmap.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Doesn't build on FreeBSD < 5.x -.endif - post-patch: @${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \ ${WRKSRC}/src/gui_main.c -.include <bsd.port.post.mk> +.include <bsd.port.mk> |