Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.91 retrieving revision 1.120 diff -u -p -r1.91 -r1.120 --- pkgsrc/x11/xterm/Makefile 2014/07/12 14:41:04 1.91 +++ pkgsrc/x11/xterm/Makefile 2019/07/22 08:37:58 1.120 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.91 2014/07/12 14:41:04 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2019/07/22 08:37:58 nia Exp $ -DISTNAME= xterm-308 +DISTNAME= xterm-344 CATEGORIES= x11 -MASTER_SITES= ftp://invisible-island.net/xterm/ \ - http://www.sfr-fresh.com/unix/misc/ +MASTER_SITES= ftp://ftp.invisible-island.net/xterm/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dickey.his.com/xterm/xterm.html +HOMEPAGE= https://invisible-island.net/xterm/xterm.html COMMENT= Latest terminal emulator for the X Window System LICENSE= x11 @@ -58,6 +57,7 @@ post-install: .include "options.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/xaw.buildlink3.mk"