libraries/podofo: Fixed dep information

This commit is contained in:
ponce 2012-08-26 18:27:28 +02:00
parent 4a6972fc42
commit 06096e723d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
The PoDoFo library is a free, portable C++ library. It can
parse existing PDF files and create new ones from scratch.
Optional build requirements: cppunit and lua.
Optional dependencies are cppunit and lua.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/podofo/podofo-0.9.1.tar.gz"
MD5SUM="cec586ab69f92bc88d38b5d4b8eee5a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cppunit lua"
REQUIRES=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"