aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-09-25 15:53:48 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-09-25 15:53:48 +0000
commita042225d1eb9f9dcfd6e0f3a85e560d26d0077ea (patch)
tree6e27cb922e01cb2619245939d4b7540b1ad12605 /x11-toolkits
parentc702d4329000f2df0ef7c06cc945354be67be17d (diff)
downloadports-a042225d1eb9f9dcfd6e0f3a85e560d26d0077ea.tar.gz
ports-a042225d1eb9f9dcfd6e0f3a85e560d26d0077ea.zip
x11-toolkits/libXaw: Remove dependency on libXp
Remove libXaw dependency on libXp, since it is not needed. While here, add USES=xorg xorg-cat.
Notes
Notes: svn path=/head/; revision=512792
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libXaw/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/libXaw/Makefile b/x11-toolkits/libXaw/Makefile
index 24b371fda578..d4dc74950846 100644
--- a/x11-toolkits/libXaw/Makefile
+++ b/x11-toolkits/libXaw/Makefile
@@ -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>