diff options
Diffstat (limited to 'packages/guichan')
-rw-r--r-- | packages/guichan/guichan_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/guichan/guichan_0.7.1.bb b/packages/guichan/guichan_0.7.1.bb index 83a9eca2c5..f7a4958335 100644 --- a/packages/guichan/guichan_0.7.1.bb +++ b/packages/guichan/guichan_0.7.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A portable C++ GUI library designed for games using Allegro, HGE, OpenGL, OpenLayer and/or SDL." HOMEPAGE = "http://guichan.sourceforge.net" DEPENDS = "virtual/libsdl libsdl-image" -PR = "r1" +FILE_PR = "r1" SRC_URI = "http://guichan.googlecode.com/files/${PN}-${PV}.tar.gz \ file://link-against-sdlimage.patch;patch=1" |