diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-30 19:22:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-30 19:22:50 +0800 |
commit | 3d8ffea8325e5e554698131f71ec829fdc51700c (patch) | |
tree | c41a21beff2f91e7e4c13c4811e136ac052061ee /mail | |
parent | f349439332bdcaa642507a7202b51f3759828fe1 (diff) | |
download | freebsd-ports-gnome-3d8ffea8325e5e554698131f71ec829fdc51700c.tar.gz freebsd-ports-gnome-3d8ffea8325e5e554698131f71ec829fdc51700c.tar.zst freebsd-ports-gnome-3d8ffea8325e5e554698131f71ec829fdc51700c.zip |
- Mark as broken on 6.X
Reported by: pointyhat
Approved by: mentors (implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dma/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/dma/Makefile b/mail/dma/Makefile index fa42124eea66..2561f153ab6d 100644 --- a/mail/dma/Makefile +++ b/mail/dma/Makefile @@ -24,6 +24,12 @@ LDFLAGS+= -L${OPENSSLLIB} SUB_FILES= pkg-message +.include <bsd.port.pre.mk> + +.if ${OSVERSION} <= 700000 +BROKEN= Does not build on 6.X +.endif + post-patch: @${REINPLACE_CMD} -e 's,/etc/dma,${PREFIX}/etc/dma,g' \ ${WRKSRC}/dma.8 \ @@ -51,4 +57,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |