summaryrefslogtreecommitdiff
path: root/databases/oracle_odbc_driver
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-11-28 18:51:57 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-11-28 18:51:57 +0000
commitc4e65252293d229859c78f63d02e77bd34c7c95a (patch)
tree56a0ba8b4856c87bb7adbeb225654cd096eada97 /databases/oracle_odbc_driver
parent- Add options (diff)
Do not use RUN_DEPENDS=${BUILD_DEPENDS}. While it is safe now it may
cause unexpected run dependencies to appear in future.
Notes
Notes: svn path=/head/; revision=178192
Diffstat (limited to 'databases/oracle_odbc_driver')
-rw-r--r--databases/oracle_odbc_driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/oracle_odbc_driver/Makefile b/databases/oracle_odbc_driver/Makefile
index a31716fd3440..b98faf4b114d 100644
--- a/databases/oracle_odbc_driver/Makefile
+++ b/databases/oracle_odbc_driver/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS= --with-unixODBC=${LOCALBASE}
BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntst8.a:${PORTSDIR}/databases/oracle8-client
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${ORACLE_HOME}/lib/libclntst8.a:${PORTSDIR}/databases/oracle8-client
WRKSRC= ${WRKDIR}/${PORTNAME}
ORACLE_HOME= ${LOCALBASE}/oracle8-client