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/games/xboard/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/games/xboard/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- pkgsrc/games/xboard/Makefile 2001/10/24 22:10:58 1.14 +++ pkgsrc/games/xboard/Makefile 2001/11/29 13:27:46 1.15 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/10/24 22:10:58 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2001/11/29 13:27:46 jlam Exp $ DISTNAME= xboard-4.2.3 CATEGORIES= games @@ -11,7 +11,6 @@ COMMENT= graphical frontend for chess e INFO_FILES= xboard.info USE_BUILDLINK_ONLY= YES -USE_PERL5= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-xpm CONFIGURE_ARGS+= --enable-zippy # interface to ICS @@ -22,6 +21,7 @@ CONFIGURE_ARGS+= --enable-zippy # interf CONFIGURE_ARGS+= --with-Xaw3d .endif +.include "../../lang/perl5/buildlink.mk" .include "../../graphics/xpm/buildlink.mk" .include "../../mk/xaw.buildlink.mk" .include "../../mk/x11.buildlink.mk"