svn commit: r443464 - head/astro/xephem

Antoine Brodin antoine at FreeBSD.org
Mon Jun 12 20:07:14 UTC 2017


Author: antoine
Date: Mon Jun 12 20:07:13 2017
New Revision: 443464
URL: https://svnweb.freebsd.org/changeset/ports/443464

Log:
  Convert to USES=groff

Modified:
  head/astro/xephem/Makefile

Modified: head/astro/xephem/Makefile
==============================================================================
--- head/astro/xephem/Makefile	Mon Jun 12 19:54:54 2017	(r443463)
+++ head/astro/xephem/Makefile	Mon Jun 12 20:07:13 2017	(r443464)
@@ -13,7 +13,7 @@ COMMENT=	Interactive astronomical ephemeris program
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		gmake jpeg motif tar:tgz
+USES=		gmake groff jpeg motif tar:tgz
 LDFLAGS+=	-lfontconfig
 USE_XORG=	xp xt xext xmu x11 xft
 MAKE_JOBS_UNSAFE=	yes
@@ -26,10 +26,6 @@ RESTRICTED=	Personal use only
 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})


More information about the svn-ports-all mailing list