From fa02331b946ae2a09ca63315f6dc9a00f7738781 Mon Sep 17 00:00:00 2001 From: rafan Date: Mon, 4 Dec 2006 08:55:33 +0000 Subject: - Fix options: OPTIONFILES should be specified before pre.mk PR: ports/106296 Submitted by: rafan Approved by: Choe, Cheng-Dae (maintainer) --- databases/py-sqlobject/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases') 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 - # bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +.include + RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/formencode/__init__.py:${PORTSDIR}/www/py-formencode .if defined(WITH_MYSQL) -- cgit v1.1