summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/postfix23/Makefile1
-rw-r--r--mail/postfix23/files/patch-makedefs8
2 files changed, 6 insertions, 3 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index ccb9b9c5cc6b..c6d3ecd6148e 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/Makefile
@@ -25,6 +25,7 @@ COMMENT= A secure alternative to widely-used Sendmail
CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-24-9].* postfix-current-2.* \
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
+MAKE_JOBS_SAFE= yes
NO_LATEST_LINK= yes
USE_SUBMAKE= yes
USE_PERL5_BUILD=yes
diff --git a/mail/postfix23/files/patch-makedefs b/mail/postfix23/files/patch-makedefs
index af0dc36d607b..830a7e485d4a 100644
--- a/mail/postfix23/files/patch-makedefs
+++ b/mail/postfix23/files/patch-makedefs
@@ -1,6 +1,6 @@
---- makedefs.orig 2006-08-26 12:54:59.000000000 -0300
-+++ makedefs 2007-10-22 16:57:41.000000000 -0200
-@@ -118,6 +118,10 @@
+--- makedefs.orig 2009-09-15 12:11:32.000000000 -0300
++++ makedefs 2009-09-15 12:12:04.000000000 -0300
+@@ -130,6 +130,12 @@
;;
FreeBSD.6*) SYSTYPE=FREEBSD6
;;
@@ -8,6 +8,8 @@
+ ;;
+ FreeBSD.8*) SYSTYPE=FREEBSD6
+ ;;
++ FreeBSD.9*) SYSTYPE=FREEBSD6
++ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3