diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-06-12 20:07:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-06-12 20:07:13 +0000 |
commit | 5087ae296e0f0aefb5080e43575af28d0fc002ac (patch) | |
tree | f058ebf38827674d1eacae3182bc3f08f410133c /astro | |
parent | 2c897369b6a817acebd370450ba87ef0caf835a2 (diff) | |
download | ports-5087ae296e0f0aefb5080e43575af28d0fc002ac.tar.gz ports-5087ae296e0f0aefb5080e43575af28d0fc002ac.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xephem/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 2fc5fb7f21cd..8b1f26454632 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -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 @@ -27,10 +27,6 @@ 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}\ |