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 /games | |
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 'games')
-rw-r--r-- | games/unknown-horizons/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/unknown-horizons/Makefile b/games/unknown-horizons/Makefile index 03c8753e1246..d8419fe05ec6 100644 --- a/games/unknown-horizons/Makefile +++ b/games/unknown-horizons/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: unknown-horizons -# Date created: 26 May 2012 -# Whom: GreenDog <fiziologus@gmail.com> -# +# Created by: GreenDog <fiziologus@gmail.com> # $FreeBSD$ PORTNAME= unknown-horizons @@ -15,9 +12,9 @@ COMMENT= Real time simulation game BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= ${PYTHON_SITELIBDIR}/fife/__init__.py:${PORTSDIR}/games/py-fife \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml \ - ${PYTHON_SITELIBDIR}/gdbm.so:${PORTSDIR}/databases/py-gdbm + ${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm WRKSRC= ${WRKDIR}/${PORTNAME} |