diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2017-05-31 00:24:43 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2017-05-31 00:24:43 +0800 |
commit | 5f051b4dd1331856f490a9e41f9f0282f5b80c62 (patch) | |
tree | 5e77731e4794feef6118176bbbed2f37ae2b22ba /astro | |
parent | b02f1aed8d1758dccaeaaafde81cfa038c4a51c8 (diff) | |
download | freebsd-ports-gnome-5f051b4dd1331856f490a9e41f9f0282f5b80c62.tar.gz freebsd-ports-gnome-5f051b4dd1331856f490a9e41f9f0282f5b80c62.tar.zst freebsd-ports-gnome-5f051b4dd1331856f490a9e41f9f0282f5b80c62.zip |
Chase a few more changes that were fallout of an upstream distfile reroll.
The problems were caught by poudriere testport.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xephem/Makefile | 4 | ||||
-rw-r--r-- | astro/xephem/pkg-plist | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index 56e27b0905a0..edd1f906c30b 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -3,13 +3,15 @@ PORTNAME= xephem PORTVERSION= 3.7.7 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://www.clearskyinstitute.com/xephem/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Interactive astronomical ephemeris program -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libpng.so:graphics/png \ + libfontconfig.so:x11-fonts/fontconfig USES= gmake jpeg motif tar:tgz LDFLAGS+= -lfontconfig diff --git a/astro/xephem/pkg-plist b/astro/xephem/pkg-plist index 1d10754bedc1..091b2827432a 100644 --- a/astro/xephem/pkg-plist +++ b/astro/xephem/pkg-plist @@ -35,6 +35,7 @@ lib/X11/xephem/auxil/uranus.9910 lib/X11/xephem/auxil/wmm.cof lib/X11/xephem/auxil/xephem_sites lib/X11/xephem/auxil/xephem_skyhist +lib/X11/xephem/auxil/._wmm.cof lib/X11/xephem/catalogs/Messier.edb lib/X11/xephem/catalogs/SKY2k65.edb lib/X11/xephem/fifos/Makefile @@ -166,4 +167,5 @@ lib/X11/xephem/help/png/valid-html401.png lib/X11/xephem/help/png/wcssolver.png lib/X11/xephem/help/xephem.html lib/X11/xephem/lo/lodb.xml +lib/X11/xephem/lo/._lodb.xml man/man1/xephem.1.gz |