summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-04 08:55:33 +0000
committerrafan <rafan@FreeBSD.org>2006-12-04 08:55:33 +0000
commitfa02331b946ae2a09ca63315f6dc9a00f7738781 (patch)
tree815faa15a6c35b03d39c8d4ac3ae1012f414cc55 /databases
parent287d66bcedbe04e0f80dbf0d55d3caed7b27f4e5 (diff)
downloadFreeBSD-ports-fa02331b946ae2a09ca63315f6dc9a00f7738781.zip
FreeBSD-ports-fa02331b946ae2a09ca63315f6dc9a00f7738781.tar.gz
- Fix options: OPTIONFILES should be specified before pre.mk
PR: ports/106296 Submitted by: rafan Approved by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlobject/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-sqlobject/Makefile b/databases/py-sqlobject/Makefile
index 9e9977a..9d0d814 100644
--- a/databases/py-sqlobject/Makefile
+++ b/databases/py-sqlobject/Makefile
@@ -28,11 +28,11 @@ OPTIONS= MYSQL "MySQL supports" off \
PGSQL "PostgreSQL Supports" off \
SQLITE "SQLite Supports" off
-.include <bsd.port.pre.mk>
-
# bypass infrastructure bug
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
+.include <bsd.port.pre.mk>
+
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/formencode/__init__.py:${PORTSDIR}/www/py-formencode
.if defined(WITH_MYSQL)
OpenPOWER on IntegriCloud