Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 15:53:48 +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: r512792 - head/x11-toolkits/libXaw
Message-ID:  <201909251553.x8PFrmpm005258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Sep 25 15:53:48 2019
New Revision: 512792
URL: https://svnweb.freebsd.org/changeset/ports/512792

Log:
  x11-toolkits/libXaw: Remove dependency on libXp
  
  Remove libXaw dependency on libXp, since it is not needed.
  While here, add USES=xorg xorg-cat.

Modified:
  head/x11-toolkits/libXaw/Makefile

Modified: head/x11-toolkits/libXaw/Makefile
==============================================================================
--- head/x11-toolkits/libXaw/Makefile	Wed Sep 25 15:39:20 2019	(r512791)
+++ head/x11-toolkits/libXaw/Makefile	Wed Sep 25 15:53:48 2019	(r512792)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libXaw
 PORTVERSION=	1.0.13
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	2
 CATEGORIES=	x11-toolkits
 
@@ -13,9 +13,8 @@ COMMENT=	X Athena Widgets library
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake
-XORG_CAT=	lib
-USE_XORG=	x11 xau xext xmu xp xpm xorgproto xt
+USES=		gmake xorg xorg-cat:lib
+USE_XORG=	x11 xau xext xmu xpm xorgproto xt
 CONFIGURE_ARGS=	--without-xmlto
 
 .include <bsd.port.mk>



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