[open-ils-commits] r9322 - trunk/Open-ILS/src/extras

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Apr 13 09:10:44 EDT 2008


Author: erickson
Date: 2008-04-13 08:32:54 -0400 (Sun, 13 Apr 2008)
New Revision: 9322

Modified:
   trunk/Open-ILS/src/extras/Makefile.install
Log:
added prereqs for credit card processing

Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install	2008-04-13 12:32:26 UTC (rev 9321)
+++ trunk/Open-ILS/src/extras/Makefile.install	2008-04-13 12:32:54 UTC (rev 9322)
@@ -100,8 +100,12 @@
 	libtie-ixhash-perl\
 	python-dev\
 	python-setuptools\
-	libfreezethaw-perl
+	libfreezethaw-perl\
+	libbusiness-creditcard-perl\
+	libbusiness-onlinepayment-perl\
+	libbusiness-onlinepayment-authorizenet-perl
 
+
 PGSQL_DEBIAN = \
 	postgresql-8.1\
 	postgresql-client-8.1\
@@ -183,7 +187,8 @@
     MARC::Charset MARC::File::XML\
     JSON::XS\
     SRU \
-    Net::Z3950::ZOOM
+    Net::Z3950::ZOOM \
+	Business::CreditCard::Object
 
 
 # ----------------------------------------------------------------------------



More information about the open-ils-commits mailing list