Require GNU make -- NetBSD make crashes at install time.
This commit is contained in:
parent
cbafc6d969
commit
dd478ceaa9
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.1.1.1 2008/02/12 11:36:28 shattered Exp $
|
# $NetBSD: Makefile,v 1.2 2008/02/12 21:24:51 shattered Exp $
|
||||||
#
|
|
||||||
|
|
||||||
DISTNAME= alphamail-1.0.44
|
DISTNAME= alphamail-1.0.44
|
||||||
PKGREVISION= 1
|
PKGREVISION= 1
|
||||||
|
@ -34,6 +33,8 @@ DEPENDS+= p5-Encode-IMAPUTF7>=1.00:../../wip/p5-Encode-IMAPUTF7
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LANGUAGES= c c++
|
USE_LANGUAGES= c c++
|
||||||
USE_TOOLS+= perl
|
USE_TOOLS+= perl
|
||||||
|
# NetBSD 4.0 make segfaults at install time
|
||||||
|
USE_TOOLS+= gmake
|
||||||
PTHREAD_AUTO_VARS= yes
|
PTHREAD_AUTO_VARS= yes
|
||||||
|
|
||||||
REPLACE_PERL= util/alphamail_genconfig util/alphamail_stats \
|
REPLACE_PERL= util/alphamail_genconfig util/alphamail_stats \
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
- requires modified www/p5-Apache-AuthCookie (one that depends on apache 2)
|
- requires modified www/p5-Apache-AuthCookie (one that depends on apache 2)
|
||||||
|
- NetBSD 4.0 make crashes at install time; use GNU make
|
||||||
|
|
Loading…
Reference in a new issue