diff options
author | leeym <leeym@FreeBSD.org> | 2003-06-01 15:44:33 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-06-01 15:44:33 +0800 |
commit | 440d9e3b6ceda93183cc87c8080ce054ad729317 (patch) | |
tree | 781621e04e8d01541e00c8ca1f714d52a1d600ef /mail | |
parent | 2699400057be81a2c0b8a0870da409ec0547b374 (diff) | |
download | freebsd-ports-gnome-440d9e3b6ceda93183cc87c8080ce054ad729317.tar.gz freebsd-ports-gnome-440d9e3b6ceda93183cc87c8080ce054ad729317.tar.zst freebsd-ports-gnome-440d9e3b6ceda93183cc87c8080ce054ad729317.zip |
unbreak openwebmail.
segfault problem was caused by SpeedyCGI, and was fixed in ports/52522
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openwebmail/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index adb18d2f847f..286256d76ce0 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -22,10 +22,6 @@ RUN_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Segfault during install" -.endif - USE_PERL5= yes NO_BUILD= yes NO_WRKSUBDIR= yes |