aboutsummaryrefslogtreecommitdiff
path: root/www/webfs
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-29 16:21:09 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-29 16:21:09 +0000
commit6b627f8f9758e8ac1f6cb4e860dbe491821693d8 (patch)
tree505745271461218ddd8e06519c9f526e5578afe2 /www/webfs
parent3825dd28e0d5e078acda90ada28dcdc1611ea3f5 (diff)
downloadports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.tar.gz
ports-6b627f8f9758e8ac1f6cb4e860dbe491821693d8.zip
Notes
Diffstat (limited to 'www/webfs')
-rw-r--r--www/webfs/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/www/webfs/Makefile b/www/webfs/Makefile
index ee3cd90fec7c..32e3620d0e77 100644
--- a/www/webfs/Makefile
+++ b/www/webfs/Makefile
@@ -27,12 +27,6 @@ MAKE_ENV+= LDLIBS="-lssl -lcrypto" USE_DIET=no
MAN1= webfsd.1
MIMEFILE?= ${LOCALBASE}/etc/mime.types
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} <= 400000
-BROKEN= "Requires FreeBSD 4.x or greater due to ipv6 support"
-.endif
-
pre-everything::
@${ECHO_CMD} ""
@${ECHO_CMD} "==========================================="
@@ -53,4 +47,4 @@ do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/webfsd ${PREFIX}/sbin
@${INSTALL_MAN} ${WRKSRC}/webfsd.man ${PREFIX}/man/man1/webfsd.1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>