diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-30 00:21:09 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-30 00:21:09 +0800 |
commit | db251ad68dd80d9783be28280e82f1175c1ec6c9 (patch) | |
tree | ee0c541edd2dd55e4a38a287555edd7600ccb2a1 /www/webfs | |
parent | 9e4b1cad429a1e0ad3eb3f55150a7212c07fd8db (diff) | |
download | freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.gz freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.tar.zst freebsd-ports-gnome-db251ad68dd80d9783be28280e82f1175c1ec6c9.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter t-w
Diffstat (limited to 'www/webfs')
-rw-r--r-- | www/webfs/Makefile | 8 |
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> |