mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Do not use RUN_DEPENDS=${BUILD_DEPENDS}. While it is safe now it may
cause unexpected run dependencies to appear in future.
This commit is contained in:
parent
8a1d6d6bd3
commit
c4e6525229
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178192
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue