From 449bfabb594e36a784be53835ea4f82e7e45da74 Mon Sep 17 00:00:00 2001
From: Sava Chankov <sava@tutuf.com>
Date: Tue, 22 Sep 2009 03:22:10 +0300
Subject: [PATCH] dosbox removed unnecessary dependency
---
emulators/dosbox/Portfile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/emulators/dosbox/Portfile b/emulators/dosbox/Portfile
index 14dfb22..56a22e0 100644
|
a
|
b
|
|
| 23 | 23 | depends_lib port:libsdl \ |
| 24 | 24 | port:libsdl_net \ |
| 25 | 25 | port:libsdl_sound \ |
| 26 | | port:libpng \ |
| 27 | | port:zlib |
| | 26 | port:libpng |
| 28 | 27 | |
| 29 | 28 | configure.args --mandir=${prefix}/share/man \ |
| 30 | 29 | --disable-sdltest \ |