diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2012-02-23 13:01:38 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2012-02-23 13:01:38 +0000 |
commit | ebedd0c790222453536558e00980e1375faf4ff5 (patch) | |
tree | a566c5cae6b22e7698cea13014ee6adce14cea7f | |
parent | Enable gold and sysroot support (diff) |
- Mark broken on 7.x
Reported by: pav@
Approved by: jadawin@, miwi@ (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=292118
-rw-r--r-- | sysutils/pax-utils/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/pax-utils/Makefile b/sysutils/pax-utils/Makefile index 6d2a2c838dde..70720484884e 100644 --- a/sysutils/pax-utils/Makefile +++ b/sysutils/pax-utils/Makefile @@ -27,6 +27,12 @@ PORTDOCS= BUGS README TODO MAN1= dumpelf.1 pspax.1 scanelf.1 scanmacho.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800076 +BROKEN= Does not build +.endif + do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |