svn commit: r398719 - head/textproc/pootle

Rene Ladan rene at FreeBSD.org
Tue Oct 6 20:38:34 UTC 2015


Author: rene
Date: Tue Oct  6 20:38:32 2015
New Revision: 398719
URL: https://svnweb.freebsd.org/changeset/ports/398719

Log:
  textproc/pootle: fix run dependency for PGSQL
  
  Submitted by:	HellSpawn via IRC

Modified:
  head/textproc/pootle/Makefile

Modified: head/textproc/pootle/Makefile
==============================================================================
--- head/textproc/pootle/Makefile	Tue Oct  6 20:34:42 2015	(r398718)
+++ head/textproc/pootle/Makefile	Tue Oct  6 20:38:32 2015	(r398719)
@@ -55,7 +55,7 @@ MEMCACHED_RUN_DEPENDS=	${PYTHON_PKGNAMEP
 
 MYSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>0:${PORTSDIR}/databases/py-MySQLdb
 
-PGSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-pyscopg2
+PGSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2
 
 SUBVERSION_RUN_DEPENDS=	svn:${PORTSDIR}/devel/subversion
 


More information about the svn-ports-head mailing list