diff options
author | tron <tron@pkgsrc.org> | 2004-10-06 09:29:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-10-06 09:29:35 +0000 |
commit | 36d252de006770bc2f6355564f4658bfe54ec5fc (patch) | |
tree | 410dc59c712f695666b6834c6c3548bb15d45513 /games/scummvm | |
parent | dce051efb7fa7a8376ef1358c53abe683c89c7ce (diff) | |
download | pkgsrc-36d252de006770bc2f6355564f4658bfe54ec5fc.tar.gz |
Remove unnecessary assign of "WRKSRC" which broke the build after the
recent package revision bump madness.
Diffstat (limited to 'games/scummvm')
-rw-r--r-- | games/scummvm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index 6d6753e93f4..39d619a2a6a 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/10/03 00:14:46 tv Exp $ +# $NetBSD: Makefile,v 1.29 2004/10/06 09:29:35 tron Exp $ DISTNAME= scummvm-0.6.1b PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://scummvm.sourceforge.net/ COMMENT= LucasArts Script Creation Utility for Maniac Mansion -WRKSRC= ${WRKDIR}/${PKGNAME} - USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make |