diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-19 03:56:07 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-19 03:56:07 +0800 |
commit | 3e1de8690ee1d184f8916920a0f209b8ed701376 (patch) | |
tree | b8cbeb3a8989d53b32165367385f9f37950540cf /sysutils/gdmap | |
parent | 28f944ed9a17c098001c1c2465d48be21c19415c (diff) | |
download | freebsd-ports-gnome-3e1de8690ee1d184f8916920a0f209b8ed701376.tar.gz freebsd-ports-gnome-3e1de8690ee1d184f8916920a0f209b8ed701376.tar.zst freebsd-ports-gnome-3e1de8690ee1d184f8916920a0f209b8ed701376.zip |
Remove 4.x support.
PR: ports/111770:
Submitted by: Marcelo Araujo (araujo@bsdmail.org)
Approved by: maintainer
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> |