summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-04 10:55:23 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-04 10:55:23 +0000
commit5aa43c1aba1579d88f80fc6f75f5b1fcb3df4b66 (patch)
tree8252139e7b614c53058f1ef8f9b3f7ef729f31c0 /games
parentUpdate to r41075 of the FreeBSD doc set. (diff)
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Notes
Notes: svn path=/head/; revision=313402
Diffstat (limited to 'games')
-rw-r--r--games/unknown-horizons/Makefile9
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}