diff options
author | antoine <antoine@FreeBSD.org> | 2017-06-13 04:07:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-06-13 04:07:13 +0800 |
commit | 0642abce71fa77d8f5447e0a8ad6e5115c2e8076 (patch) | |
tree | f058ebf38827674d1eacae3182bc3f08f410133c /astro | |
parent | df40fc56871fe243fd5e9310a3cd393fbca8559c (diff) | |
download | freebsd-ports-gnome-0642abce71fa77d8f5447e0a8ad6e5115c2e8076.tar.gz freebsd-ports-gnome-0642abce71fa77d8f5447e0a8ad6e5115c2e8076.tar.zst freebsd-ports-gnome-0642abce71fa77d8f5447e0a8ad6e5115c2e8076.zip |
Convert to USES=groff
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}\ |