diff options
author | billf <billf@FreeBSD.org> | 2001-03-11 08:30:39 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-03-11 08:30:39 +0800 |
commit | d9cce1b1e987d3651924f31a0d792fb5f1c6d549 (patch) | |
tree | 5a6c522f9faa26963e20a6a9004c4717f1664f2c /mail/postfix-current | |
parent | c18f7c5c2ba186040d00cc9cada03af4e0eac7ec (diff) | |
download | freebsd-ports-gnome-d9cce1b1e987d3651924f31a0d792fb5f1c6d549.tar.gz freebsd-ports-gnome-d9cce1b1e987d3651924f31a0d792fb5f1c6d549.tar.zst freebsd-ports-gnome-d9cce1b1e987d3651924f31a0d792fb5f1c6d549.zip |
revert previous commit, the problem is not specific to the alpha.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 7a43be29797b..f996be8be3c6 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -158,10 +158,6 @@ post-clean: .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == "alpha" -BROKEN= "Problems with unaligned access" -.endif - replace: .if ${OSVERSION} >= 400014 @${ECHO_MSG} "===> Activating postfix in /etc/mail/mailer.conf" |