Fri Sep 17 10:20:04 2021 UTC ()
rxvt-unicode: needs libXt for Intrinsic.h


(nia)
diff -r1.65 -r1.66 pkgsrc/x11/rxvt-unicode/Makefile

cvs diff -r1.65 -r1.66 pkgsrc/x11/rxvt-unicode/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/rxvt-unicode/Makefile 2021/05/28 05:24:10 1.65
+++ pkgsrc/x11/rxvt-unicode/Makefile 2021/09/17 10:20:04 1.66
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.65 2021/05/28 05:24:10 triaxx Exp $ 1# $NetBSD: Makefile,v 1.66 2021/09/17 10:20:04 nia Exp $
2 2
3DISTNAME= rxvt-unicode-9.26 3DISTNAME= rxvt-unicode-9.26
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ 5MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/
6MASTER_SITES+= http://dist.schmorp.de/rxvt-unicode/Attic/ 6MASTER_SITES+= http://dist.schmorp.de/rxvt-unicode/Attic/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html 10HOMEPAGE= http://software.schmorp.de/pkg/rxvt-unicode.html
11COMMENT= Clone of rxvt supporting Xft fonts and Unicode 11COMMENT= Clone of rxvt supporting Xft fonts and Unicode
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
@@ -25,15 +25,16 @@ INSTALLATION_DIRS+= share/doc/rxvt-unico @@ -25,15 +25,16 @@ INSTALLATION_DIRS+= share/doc/rxvt-unico
25LIBS.SunOS+= -lnsl -lsocket 25LIBS.SunOS+= -lnsl -lsocket
26 26
27post-install: 27post-install:
28 ${INSTALL_DATA} ${WRKSRC}/README.FAQ \ 28 ${INSTALL_DATA} ${WRKSRC}/README.FAQ \
29 ${DESTDIR}${PREFIX}/share/doc/rxvt-unicode 29 ${DESTDIR}${PREFIX}/share/doc/rxvt-unicode
30.for t in rxvt-unicode.termcap rxvt-unicode.terminfo 30.for t in rxvt-unicode.termcap rxvt-unicode.terminfo
31 ${INSTALL_DATA} ${WRKSRC}/doc/etc/${t} \ 31 ${INSTALL_DATA} ${WRKSRC}/doc/etc/${t} \
32 ${DESTDIR}${PREFIX}/share/examples/rxvt-unicode 32 ${DESTDIR}${PREFIX}/share/examples/rxvt-unicode
33.endfor 33.endfor
34 34
35.include "options.mk" 35.include "options.mk"
36 36
37.include "../../x11/libXpm/buildlink3.mk" 37.include "../../x11/libXpm/buildlink3.mk"
 38.include "../../x11/libXt/buildlink3.mk"
38.include "../../x11/libX11/buildlink3.mk" 39.include "../../x11/libX11/buildlink3.mk"
39.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"