x11-toolkits/libXaw: Remove dependency on libXp

Remove libXaw dependency on libXp, since it is not needed.
While here, add USES=xorg xorg-cat.
This commit is contained in:
Niclas Zeising 2019-09-25 15:53:48 +00:00
parent c702d43290
commit a042225d1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512792

View File

@ -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>