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/xfstt/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xfstt/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.39 retrieving revision 1.42 diff -u -p -r1.39 -r1.42 --- pkgsrc/x11/xfstt/Makefile 2014/11/12 15:24:16 1.39 +++ pkgsrc/x11/xfstt/Makefile 2018/03/07 11:57:46 1.42 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2014/11/12 15:24:16 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2018/03/07 11:57:46 wiz Exp $ -DISTNAME= xfstt-1.9.1 +DISTNAME= xfstt-1.9.3 +PKGREVISION= 1 CATEGORIES= x11 net fonts MASTER_SITES= http://archive.hadrons.org/software/xfstt/ EXTRACT_SUFX= .tar.xz @@ -11,7 +12,6 @@ COMMENT= TrueType font server for X11 LICENSE= gnu-gpl-v2 USE_LANGUAGES= c c++ -USE_X11BASE= YES USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= YES @@ -45,6 +45,5 @@ do-install: ${DESTDIR}${PREFIX}/share/examples/xfstt/ \ ) -.include "../../x11/fontsproto/buildlink3.mk" -.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk"