Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2017 19:54:54 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443463 - head/astro/xephem
Message-ID:  <201706121954.v5CJssic062893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706121954.v5CJssic062893>