Date: Mon, 12 Jun 2017 20:07:13 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443464 - head/astro/xephem Message-ID: <201706122007.v5CK7D6j067257@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706122007.v5CK7D6j067257>