diff options
author | nia <nia@pkgsrc.org> | 2021-09-17 10:20:04 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-17 10:20:04 +0000 |
commit | 255de6761bb1419f0c43ece2c6b7429a4bd7c165 (patch) | |
tree | 4eabce78367c9f3e2476662023aaaea5e7b67078 /x11 | |
parent | c95ccca67bcbaf1eb0e1ef54da4a9960117e2b5e (diff) | |
download | pkgsrc-255de6761bb1419f0c43ece2c6b7429a4bd7c165.tar.gz |
rxvt-unicode: needs libXt for Intrinsic.h
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 7bcd20a9a90..d1c2e8999da 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2021/05/28 05:24:10 triaxx Exp $ +# $NetBSD: Makefile,v 1.66 2021/09/17 10:20:04 nia Exp $ DISTNAME= rxvt-unicode-9.26 CATEGORIES= x11 @@ -35,5 +35,6 @@ post-install: .include "options.mk" .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |