diff options
author | pav <pav@FreeBSD.org> | 2010-06-23 04:26:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-23 04:26:41 +0800 |
commit | e251c1b659d2401af2864f17321a3cb1a7c0249a (patch) | |
tree | 3cc5bf4ee591caa76d39530f9bad0a2f1cc16d06 /www | |
parent | 03bfa2bf3145e7725f5c593f875b05e239d53ee3 (diff) | |
download | freebsd-ports-gnome-e251c1b659d2401af2864f17321a3cb1a7c0249a.tar.gz freebsd-ports-gnome-e251c1b659d2401af2864f17321a3cb1a7c0249a.tar.zst freebsd-ports-gnome-e251c1b659d2401af2864f17321a3cb1a7c0249a.zip |
- Revert my BROKEN commit, the fix has already been checked in
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/squid31/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/squid31/Makefile b/www/squid31/Makefile index aa4a4c846388..72560ef13f5d 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -230,10 +230,6 @@ CONFIGURE_ARGS= --with-default-user=${SQUID_UID} \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X -.endif - # Authentication methods and modules: basic_auth= DB NCSA PAM MSNT SMB squid_radius_auth |