diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2017-06-13 03:54:54 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2017-06-13 03:54:54 +0800 |
commit | df40fc56871fe243fd5e9310a3cd393fbca8559c (patch) | |
tree | abd150e100f99c47fc3683cb5fb8512fb02ea04e /astro | |
parent | 9ff9e6da9687006ae3cb850d93894d9ae70dc51a (diff) | |
download | freebsd-ports-gnome-df40fc56871fe243fd5e9310a3cd393fbca8559c.tar.gz freebsd-ports-gnome-df40fc56871fe243fd5e9310a3cd393fbca8559c.tar.zst freebsd-ports-gnome-df40fc56871fe243fd5e9310a3cd393fbca8559c.zip |
Update port to work after removal of groff from the base system.
PR: 219907
Submitted by: ohartmann@walstatt.org
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xephem/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index edd1f906c30b..2fc5fb7f21cd 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -27,6 +27,10 @@ XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tgz .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 1200032 +BUILD_DEPENDS+= nroff:textproc/groff +.endif + .for file in ${XEPHEMSRC} .if !exists(${DISTDIR}/${file}) IGNORE= because of licensing restrictions, you must manually fetch ${file}\ |