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:
Max Khon 2006-11-28 18:51:57 +00:00
parent 8a1d6d6bd3
commit c4e6525229
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178192

View file

@ -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