diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-10-23 07:30:48 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-10-23 07:30:48 +0000 |
commit | 4b7c72808b85bf570453df2eeed303f6c3d2508c (patch) | |
tree | 09c98f3d464c83fae1917566a3f5a0b0d4e72d31 /games | |
parent | Update to 0.10.1test21 (diff) |
Add compat22 into LIB_DEPENDS.
Submitted by: statue.bbs@lale.twbbs.org
Notes
Notes:
svn path=/head/; revision=49106
Diffstat (limited to '')
-rw-r--r-- | games/qkmj/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/qkmj/Makefile b/games/qkmj/Makefile index 863ffc121c76..f307c9874a90 100644 --- a/games/qkmj/Makefile +++ b/games/qkmj/Makefile @@ -16,6 +16,8 @@ EXTRACT_ONLY= MAINTAINER= clive@FreeBSD.org +LIB_DEPENDS= c.2:${PORTSDIR}/misc/compat22 + NO_WRKSUBDIR= yes NO_BUILD= yes NO_CDROM= 'Do not sell for profit.' |