diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-31 18:56:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-31 18:56:50 +0000 |
commit | ddb5c28e3c78dc5bc5cc7b933d3025297b748008 (patch) | |
tree | 53c0c39f9bc2ce515eb13c515356b82031fd20e7 | |
parent | 28f2b79f6781014062e52625cfc6341eaf4e154f (diff) | |
download | ports-ddb5c28e3c78dc5bc5cc7b933d3025297b748008.tar.gz ports-ddb5c28e3c78dc5bc5cc7b933d3025297b748008.zip |
Notes
-rw-r--r-- | sysutils/ua/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/ua/Makefile b/sysutils/ua/Makefile index e6fdd4268dda..2484dcd7b19f 100644 --- a/sysutils/ua/Makefile +++ b/sysutils/ua/Makefile @@ -20,6 +20,12 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> +.if ${OSVERSION} > 1000000 +.if ${CC} != gcc42 +BROKEN= needs gcc4.2 to compile +.endif +.endif + post-install: .for i in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/man/man1/ |