ports/153762: [patch] irc/py-gozerbot: fix dependencies

Anatoly Borodin anatoly.borodin at gmail.com
Fri Jan 7 14:20:09 UTC 2011


>Number:         153762
>Category:       ports
>Synopsis:       [patch] irc/py-gozerbot: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 07 14:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
There is an error in the Makefile
>How-To-Repeat:

>Fix:
See the patch.

Patch attached with submission follows:

>From 6f7876084a7ae80a6a50d6e4177383b05fcf55d2 Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin at gmail.com>
Date: Wed, 5 Jan 2011 13:12:44 +0100
Subject: [PATCH 3/3] TBC: irc/py-gozerbot: fix deps

---
 irc/py-gozerbot/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git irc/py-gozerbot/Makefile irc/py-gozerbot/Makefile
index dd06617..5910eea 100644
--- irc/py-gozerbot/Makefile
+++ irc/py-gozerbot/Makefile
@@ -42,7 +42,7 @@ post-install:
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MYSQL)
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}>=0:${PORTSDIR}/databases/py-MySQLdb
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
 .endif
 
 .if defined(WITH_XMPP)
-- 
1.7.3.3



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list