diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-03-04 18:55:23 +0800 |
commit | f248f6a5c2024ae1cac4858af892eff51ce83cd2 (patch) | |
tree | 8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /x11 | |
parent | fe491b3e430f625dda9b358003d21dde0c9e9ccd (diff) | |
download | freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.gz freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.tar.zst freebsd-ports-gnome-f248f6a5c2024ae1cac4858af892eff51ce83cd2.zip |
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hotwire-shell/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
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 <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $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 |