svn commit: r443463 - head/astro/xephem
Josh Paetzel
jpaetzel at FreeBSD.org
Mon Jun 12 19:54:55 UTC 2017
Author: jpaetzel
Date: Mon Jun 12 19:54:54 2017
New Revision: 443463
URL: https://svnweb.freebsd.org/changeset/ports/443463
Log:
Update port to work after removal of groff from the base system.
PR: 219907
Submitted by: ohartmann at walstatt.org
Modified:
head/astro/xephem/Makefile
Modified: head/astro/xephem/Makefile
==============================================================================
--- head/astro/xephem/Makefile Mon Jun 12 19:38:17 2017 (r443462)
+++ head/astro/xephem/Makefile Mon Jun 12 19:54:54 2017 (r443463)
@@ -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}\
More information about the svn-ports-all
mailing list