diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:15:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:15:16 +0000 |
commit | ea6257242fddb87f389e1d36d5ab04b1ff52d599 (patch) | |
tree | 976edf01c2ad7ec4b3bd3bdbd4b1635ce76d9f83 /mail/openwebmail/Makefile | |
parent | 1f4beb4a296e1a3b980a13f13cd3a97810c28f4e (diff) | |
download | ports-ea6257242fddb87f389e1d36d5ab04b1ff52d599.tar.gz ports-ea6257242fddb87f389e1d36d5ab04b1ff52d599.zip |
BROKEN on 5.1: Segfault during install
Notes
Notes:
svn path=/head/; revision=81230
Diffstat (limited to 'mail/openwebmail/Makefile')
-rw-r--r-- | mail/openwebmail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index aa47136c8517..adb18d2f847f 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -20,6 +20,12 @@ RUN_DEPENDS= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Segfault during install" +.endif + USE_PERL5= yes NO_BUILD= yes NO_WRKSUBDIR= yes @@ -96,4 +102,4 @@ do-install: @cd ${PREFIX} && ${FIND} ${OWCGIDIR:S,${PREFIX}/,,} ${OWDATADIR:S,${PREFIX}/,,} -type d | sort -ur | ${SED} -e 's,^,@dirrm ,g' >> ${PLIST} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |