diff options
author | dholland <dholland@pkgsrc.org> | 2008-08-17 23:50:06 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-08-17 23:50:06 +0000 |
commit | 99425e0bd2a856c6e14dc87c019c7bdd6c89aaf8 (patch) | |
tree | 51117c9763a0c43b849739869bd3cabbecc02042 /games/xevil/Makefile | |
parent | bcf2841e8cbe8b7fc73336877bd26c1ee32f9785 (diff) | |
download | pkgsrc-99425e0bd2a856c6e14dc87c019c7bdd6c89aaf8.tar.gz |
Fix broken build on amd64. Also combine two patches that were to the same
file, don't include the SUBST results in the patch, and add a missing dep
on libX11. PKGREVISION++.
Diffstat (limited to 'games/xevil/Makefile')
-rw-r--r-- | games/xevil/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 8722a90ea45..a1fd325c35f 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2008/03/04 06:59:06 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/08/17 23:50:06 dholland Exp $ DISTNAME= xevilsrc2.02r2 PKGNAME= xevil-2.02 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games x11 MASTER_SITES= http://www.xevil.com/download/stable/ EXTRACT_SUFX= .zip @@ -35,4 +35,5 @@ SUBST_FILES.uname= cmn/utils.cpp SUBST_SED.uname= -e 's,@UNAME@,${UNAME},g' .include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |