Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 20:38:32 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398719 - head/textproc/pootle
Message-ID:  <201510062038.t96KcWfo025928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510062038.t96KcWfo025928>