From f248f6a5c2024ae1cac4858af892eff51ce83cd2 Mon Sep 17 00:00:00 2001 From: lwhsu Date: Mon, 4 Mar 2013 10:55:23 +0000 Subject: - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation --- x11/hotwire-shell/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'x11/hotwire-shell') diff --git a/x11/hotwire-shell/Makefile b/x11/hotwire-shell/Makefile index 3056d9de9ce0..52bdb82702d5 100644 --- a/x11/hotwire-shell/Makefile +++ b/x11/hotwire-shell/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hotwire-shell -# Date created: 2008-06-25 -# Whom: Ashish Shukla -# +# Created by: Ashish Shukla # $FreeBSD$ -# PORTNAME= hotwire-shell PORTVERSION= 0.721 @@ -19,12 +15,12 @@ COMMENT= Hotwire is an object-oriented hypershell BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/libdata/pkgconfig/pycairo.pc:${PORTSDIR}/graphics/py-cairo \ ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte \ ${PYXML} RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= yes USE_GNOME= pygnome2 pygtk2 pygtksourceview INSTALLS_ICONS= yes -- cgit