diff options
author | Greg Gilbert <greg@treke.net> | 2003-09-29 16:47:11 +0000 |
---|---|---|
committer | Greg Gilbert <greg@treke.net> | 2003-09-29 16:47:11 +0000 |
commit | 60fb4a80bf1aaa847a43bda5ef5d04eef978da12 (patch) | |
tree | c91a9f7a052e37ed9043ae5b08d0020b9f537058 /frotz | |
parent | 700586a5b931ba9fff906590792e4fdae1036230 (diff) |
fixing depends
2003/09/29 09:40:15-07:00 treke.ath.cx!ggilbert
Many files:
Fixing depends. They should be space seperated, not comma seperated.
2003/09/28 13:43:35-07:00 treke.ath.cx!ggilbert
Forgot the ncurses dependency for frotz
BKrev: 3f78620fJasAxkrIK1Fr7z1A3qUYuQ
Diffstat (limited to 'frotz')
-rw-r--r-- | frotz/frotz-2.42.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frotz/frotz-2.42.oe b/frotz/frotz-2.42.oe index b1a7a66411..c8b94c968f 100644 --- a/frotz/frotz-2.42.oe +++ b/frotz/frotz-2.42.oe @@ -1,5 +1,5 @@ DEPENDS = virtual/libc ncurses -RDEPENDS = libc6 libncurses5 +RDEPENDS = libc6 ncurses5 SRC_URI = http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz |