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/tk/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/tk/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- pkgsrc/x11/tk/Makefile 2001/06/30 18:39:29 1.12 +++ pkgsrc/x11/tk/Makefile 2001/10/23 09:57:30 1.13 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/06/30 18:39:29 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/10/23 09:57:30 jlam Exp $ DISTNAME= tk8.3.2 PKGNAME= tk-8.3.2nb1 @@ -16,8 +16,9 @@ CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_ MAKE_ENV+= TOUCH="${TOUCH}" USE_X11= yes -USE_BUILDLINK_ONLY= yes USE_LIBTOOL= yes +USE_BUILDLINK_ONLY= yes +REPLACE_BUILDLINK+= tkConfig.sh # Initially install the man pages into ${WRKDIR}/man, as we need a staged # install to avoid overwriting existing manpages in ${PREFIX}/man. @@ -79,4 +80,5 @@ test: cd ${WRKSRC}; ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test .include "../../lang/tcl/buildlink.mk" +.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk"