diff options
Diffstat (limited to 'databases/fpc-oracle/Makefile')
-rw-r--r-- | databases/fpc-oracle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/fpc-oracle/Makefile b/databases/fpc-oracle/Makefile index 3fe020119dfa..08be50132c91 100644 --- a/databases/fpc-oracle/Makefile +++ b/databases/fpc-oracle/Makefile @@ -17,6 +17,6 @@ OPTIONS_DEFINE= ORACLE ORACLE_DESC= Install oracle client ORACLE8_LIB= ${LOCALBASE}/oracle8-client/rdbms/lib -ORACLE_RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:${PORTSDIR}/databases/oracle8-client +ORACLE_RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:databases/oracle8-client .include "${MASTERDIR}/Makefile" |