diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2017-05-25 05:30:42 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2017-05-25 05:30:42 +0800 |
commit | bfee6ea2e3bd63717afab0c7a875de26cc929fb2 (patch) | |
tree | db456756dc33104f55b075a1939911c4f5d406b6 /astro/xephem/Makefile | |
parent | a062cb1c073ba7f0d5afd723d87c371841b35e58 (diff) | |
download | freebsd-ports-gnome-bfee6ea2e3bd63717afab0c7a875de26cc929fb2.tar.gz freebsd-ports-gnome-bfee6ea2e3bd63717afab0c7a875de26cc929fb2.tar.zst freebsd-ports-gnome-bfee6ea2e3bd63717afab0c7a875de26cc929fb2.zip |
Chase rerolled distfile
Reported by: uqs
Diffstat (limited to 'astro/xephem/Makefile')
-rw-r--r-- | astro/xephem/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index f4569378fd91..56e27b0905a0 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -4,14 +4,14 @@ PORTNAME= xephem PORTVERSION= 3.7.7 CATEGORIES= astro -MASTER_SITES= # http://www.clearskyinstitute.com/xephem/ +MASTER_SITES= http://www.clearskyinstitute.com/xephem/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Interactive astronomical ephemeris program LIB_DEPENDS= libpng.so:graphics/png -USES= gmake jpeg motif +USES= gmake jpeg motif tar:tgz LDFLAGS+= -lfontconfig USE_XORG= xp xt xext xmu x11 xft MAKE_JOBS_UNSAFE= yes @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem RESTRICTED= Personal use only # XXX needs to be the same as DISTFILES -XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tar.gz +XEPHEMSRC= ${PORTNAME}-${PORTVERSION}.tgz .include <bsd.port.pre.mk> |