Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2019 10:48:06 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513113 - head/astro/xephem
Message-ID:  <201909281048.x8SAm6ss002500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Sep 28 10:48:06 2019
New Revision: 513113
URL: https://svnweb.freebsd.org/changeset/ports/513113

Log:
  astro/xephem: Really remove libXp dependency
  
  This was missed in r513048.
  
  Reported by:	Scott Allendorf

Modified:
  head/astro/xephem/Makefile

Modified: head/astro/xephem/Makefile
==============================================================================
--- head/astro/xephem/Makefile	Sat Sep 28 10:45:11 2019	(r513112)
+++ head/astro/xephem/Makefile	Sat Sep 28 10:48:06 2019	(r513113)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xephem
 PORTVERSION=	3.7.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	astro
 MASTER_SITES=	http://www.clearskyinstitute.com/xephem/
 
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig
 
 USES=		gmake groff jpeg motif tar:tgz ssl xorg
-USE_XORG=	xp xt xext xmu x11 xft
+USE_XORG=	xt xext xmu x11 xft
 
 LDFLAGS+=	-lfontconfig
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909281048.x8SAm6ss002500>