diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-27 18:59:24 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 13:07:09 -0500 |
commit | 7e44182a8173e51dc0635f8eecc14cf9af786fae (patch) | |
tree | 8932c5397eae5bfd18ae28918419cd3a2f50727a /graphics/xpe | |
parent | 9becf8df9846799163e5a5bade58d95378a26693 (diff) |
graphics/xpe: Fixed dep information
Diffstat (limited to 'graphics/xpe')
-rw-r--r-- | graphics/xpe/README | 2 | ||||
-rw-r--r-- | graphics/xpe/xpe.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/xpe/README b/graphics/xpe/README index a7ea7a8e3067..0aa1cc7ac4b9 100644 --- a/graphics/xpe/README +++ b/graphics/xpe/README @@ -1,4 +1,2 @@ xpe: The neXtgen Povray Editor is a graphical editor for POV-Ray based on the wxWidgets library. - -xpe requires wxGTK. diff --git a/graphics/xpe/xpe.info b/graphics/xpe/xpe.info index 2e044d6bff52..085c5280816e 100644 --- a/graphics/xpe/xpe.info +++ b/graphics/xpe/xpe.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/nextpe/xpe_project_v0_9_5b.tar.gz" MD5SUM="3a875f7aa2bc058bd299c1db9aabf067" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="wxGTK" +REQUIRES="wxPython" MAINTAINER="Niels Horn" EMAIL="niels.horn@gmail.com" |